Skip to content

Commit 28ffb99

Browse files
johanwidendukecat0gaborbernat
authored
Additional help for option --pip-args (#1131)
Co-authored-by: Jason Lam <meowmeowcat1211@gmail.com> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
1 parent b97b647 commit 28ffb99

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## dev
22

3+
- [docs] Add additonal example for --pip-args option, to docs/examples.md
4+
35
## 1.3.1
46

57
- Fix combining of --editable and --force flag

docs/examples.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pipx install --suffix @branch-name 'black[d] @ git+https://github.com/psf/black.
1515
pipx install --include-deps jupyter
1616
pipx install --pip-args='--pre' poetry
1717
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
1819
```
1920

2021
## `pipx run` examples

0 commit comments

Comments
 (0)