From 5647880735bc0074f5ae60dcceefce0fb7879a36 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 13 Sep 2017 11:04:19 -0400 Subject: [PATCH] document graph Signed-off-by: Kenneth Reitz --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.rst b/docs/index.rst index 497dafdc..43f2e009 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -100,6 +100,7 @@ Basic Concepts 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``). - ``check`` asserts that PEP 508 requirements are being met by the current environment.