code example

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-27 10:03:59 -04:00
parent 01a9f2249f
commit fb0f4ae5b6
+1 -1
View File
@@ -169,7 +169,7 @@ Super useful :)
☤ Open a Module in Your Editor
------------------------------
Pipenv allows you to open any Python module that is installed (including ones in your codebase), with the ``$ pipenv open`` command:
Pipenv allows you to open any Python module that is installed (including ones in your codebase), with the ``$ pipenv open`` command::
$ pipenv install -e git+https://github.com/kennethreitz/background.git#egg=background
Installing -e git+https://github.com/kennethreitz/background.git#egg=background…