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.