Skip to content

Commit

Permalink
Additional help for option --pip-args (#1131)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Lam <meowmeowcat1211@gmail.com>
Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
  • Loading branch information
3 people authored Dec 3, 2023
1 parent b97b647 commit 28ffb99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## dev

- [docs] Add additonal example for --pip-args option, to docs/examples.md

## 1.3.1

- Fix combining of --editable and --force flag
Expand Down
1 change: 1 addition & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pipx install --suffix @branch-name 'black[d] @ git+https://github.com/psf/black.
pipx install --include-deps jupyter
pipx install --pip-args='--pre' poetry
pipx install --pip-args='--index-url=<private-repo-host>:<private-repo-port> --trusted-host=<private-repo-host>:<private-repo-port>' private-repo-package
pipx install --index-url https://test.pypi.org/simple/ --pip-args='--extra-index-url https://pypi.org/simple/' some-package
```

## `pipx run` examples
Expand Down

0 comments on commit 28ffb99

Please sign in to comment.