Skip to content

Commit

Permalink
Rebuild docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsayellow committed Dec 6, 2019
1 parent f7e92a1 commit 8a3af1b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See Contributing for how to update this file.
<a href="https://travis-ci.org/pipxproject/pipx"><img src="https://travis-ci.org/pipxproject/pipx.svg?branch=master" /></a>

<a href="https://pypi.python.org/pypi/pipx/">
<img src="https://img.shields.io/badge/pypi-0.14.0.0-blue.svg" /></a>
<img src="https://img.shields.io/badge/pypi-0.14.0.1-blue.svg" /></a>
<a href="https://github.com/ambv/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</p>

Expand Down
25 changes: 10 additions & 15 deletions docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ subcommands:
for each package.
uninstall Uninstall a package
uninstall-all Uninstall all packages
reinstall-all Reinstall all packages with a different Python
executable
reinstall-all Reinstall all packages
list List installed packages
run Download the latest version of a package to a
temporary virtual environment, then run an app from
Expand Down Expand Up @@ -169,9 +168,9 @@ optional arguments:

```
pipx upgrade --help
usage: pipx upgrade [-h] [--spec SPEC] [--force] [--include-deps]
[--system-site-packages] [--index-url INDEX_URL]
[--editable] [--pip-args PIP_ARGS] [--verbose]
usage: pipx upgrade [-h] [--force] [--system-site-packages]
[--index-url INDEX_URL] [--editable] [--pip-args PIP_ARGS]
[--verbose]
package
Upgrade a package in a pipx-managed Virtual Environment by running 'pip
Expand All @@ -182,13 +181,8 @@ positional arguments:
optional arguments:
-h, --help show this help message and exit
--spec SPEC The package name or specific installation source
passed to pip. Runs `pip install -U SPEC`. For example
`--spec mypackage==2.0.0` or `--spec
git+https://github.com/user/repo.git@branch`
--force, -f Modify existing virtual environment and files in
PIPX_BIN_DIR
--include-deps Include apps of dependent packages
--system-site-packages
Give the virtual environment access to the system
site-packages dir.
Expand Down Expand Up @@ -295,20 +289,21 @@ optional arguments:

```
pipx reinstall-all --help
usage: pipx reinstall-all [-h] [--skip SKIP [SKIP ...]] [--verbose] python
usage: pipx reinstall-all [-h] [--python PYTHON] [--skip SKIP [SKIP ...]]
[--verbose]
Reinstalls all packages using a different version of Python.
Reinstalls all packages.
Packages are uninstalled, then installed with pipx install PACKAGE
with the same options used in the original install of PACKAGE.
This is useful if you upgraded to a new version of Python and want
all your packages to use the latest as well.
positional arguments:
python
optional arguments:
-h, --help show this help message and exit
--python PYTHON The Python executable used to recreate the Virtual
Environment and run the associated app/apps. Must be
v3.5+.
--skip SKIP [SKIP ...]
skip these packages
--verbose
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See Contributing for how to update this file.
<a href="https://travis-ci.org/pipxproject/pipx"><img src="https://travis-ci.org/pipxproject/pipx.svg?branch=master" /></a>

<a href="https://pypi.python.org/pypi/pipx/">
<img src="https://img.shields.io/badge/pypi-0.14.0.0-blue.svg" /></a>
<img src="https://img.shields.io/badge/pypi-0.14.0.1-blue.svg" /></a>
<a href="https://github.com/ambv/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</p>

Expand Down

0 comments on commit 8a3af1b

Please sign in to comment.