mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+5
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user