From 4d7b41df9dfb26c71a8ebf2d76dc94465c9a7c16 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 24 Feb 2018 08:45:58 -0500 Subject: [PATCH] pip freeze Signed-off-by: Kenneth Reitz --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 0dcecdbe..3f940b03 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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``). Notably, ``run`` can be used to invoke various pip utility commands, as in ``$ pipenv run pip show requests``. +- ``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 freeze``. - ``check`` checks for security vulnerabilities and asserts that PEP 508 requirements are being met by the current environment.