pipx: update page (#8696)

pull/1/head
Jason Lam 2022-10-05 22:27:34 +08:00 committed by GitHub
parent eb282ced9b
commit 1e6b25cd61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# pipx
> Install and run python applications in isolated environments.
> More information: <https://github.com/pipxproject/pipx>.
> More information: <https://github.com/pypa/pipx>.
- Run an app in a temporary virtual environment:
@ -18,3 +18,11 @@
- Run an app in a temporary virtual environment with a package name different from the executable:
`pipx run --spec {{httpx-cli}} {{httpx}} {{http://www.github.com}}`
- Inject dependencies into an existing virtual environment:
`pipx inject {{package}} {{dependency1 dependency2 ...}}`
- Install a package in a virtual environment with pip arguments:
`pipx install --pip-args='{{pip-args}}' {{package}}`