We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97b647 commit 28ffb99Copy full SHA for 28ffb99
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## dev
2
3
+- [docs] Add additonal example for --pip-args option, to docs/examples.md
4
+
5
## 1.3.1
6
7
- Fix combining of --editable and --force flag
docs/examples.md
@@ -15,6 +15,7 @@ pipx install --suffix @branch-name 'black[d] @ git+https://github.com/psf/black.
15
pipx install --include-deps jupyter
16
pipx install --pip-args='--pre' poetry
17
pipx install --pip-args='--index-url=<private-repo-host>:<private-repo-port> --trusted-host=<private-repo-host>:<private-repo-port>' private-repo-package
18
+pipx install --index-url https://test.pypi.org/simple/ --pip-args='--extra-index-url https://pypi.org/simple/' some-package
19
```
20
21
## `pipx run` examples
0 commit comments