document pip commands from pipenv

This commit is contained in:
Daniel Radetsky
2018-02-21 22:17:02 -08:00
parent 4ffa057ee2
commit f5ed109802
+1 -1
View File
@@ -109,7 +109,7 @@ Other Commands
- ``graph`` will show you a dependency graph, of your installed dependencies.
- ``shell`` will spawn a shell with the virtualenv activated.
- ``run`` will run a given command from the virtualenv, with any arguments forwarded (e.g. ``$ pipenv run python``).
- ``run`` will run a given command from the virtualenv, with any arguments forwarded (e.g. ``$ pipenv run python``). Notably, ``run`` can be used to invoke various pip utility commands, as in ``$ pipenv run pip show requests``.
- ``check`` checks for security vulnerabilities and asserts that PEP 508 requirements are being met by the current environment.