more usage examples

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-25 11:28:53 -04:00
parent ecff134d6b
commit 9c3ecff173
+5 -1
View File
@@ -1408,12 +1408,16 @@ Usage Examples:
Show a graph of your installed dependencies:
$ {4}
Install a local setup.py into your virtual environment/Pipfile:
$ {5}
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')
crayons.red('pipenv graph'),
crayons.red('pipenv install -e .')
)
help = help.replace('Commands:', additional_help)