mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 21:55:30 +02:00
pipx: update page (#8696)
This commit is contained in:
parent
eb282ced9b
commit
1e6b25cd61
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# pipx
|
# pipx
|
||||||
|
|
||||||
> Install and run python applications in isolated environments.
|
> 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:
|
- 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:
|
- 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}}`
|
`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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue