more help

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-14 11:14:39 -04:00
parent a28cbf43d8
commit 6d1252d934
+7 -3
View File
@@ -1056,17 +1056,21 @@ Usage Examples:
Create a new project using Python 3:
$ {0}
Install all dependencies for a project (including dev):
Create a new project using Python 3.6, specifically:
$ {1}
Create a lockfile:
Install all dependencies for a project (including dev):
$ {2}
Show a graph of your installed dependencies:
Create a lockfile:
$ {3}
Show a graph of your installed dependencies:
$ {4}
Commands:""".format(
crayons.red('pipenv --three'),
crayons.red('pipenv --python 3.6'),
crayons.red('pipenv install --dev'),
crayons.red('pipenv lock'),
crayons.red('pipenv graph')