Update core.py

This commit is contained in:
2018-02-23 13:18:30 -05:00
committed by GitHub
parent 9ab521a70e
commit 47d30adeb2
+2 -2
View File
@@ -1537,7 +1537,7 @@ Usage Examples:
Install a local setup.py into your virtual environment/Pipfile:
$ {5}
Use a lower-level pip command to get info about a package:
Use a lower-level pip command:
$ {8}
Commands:""".format(
@@ -1549,7 +1549,7 @@ Commands:""".format(
crayons.red('pipenv install -e .'),
crayons.red('pipenv lock --pre'),
crayons.red('pipenv check'),
crayons.red('pipenv run pip show requests'),
crayons.red('pipenv run pip freeze'),
)
help = help.replace('Commands:', additional_help)