using pipenv

This commit is contained in:
2018-01-17 08:45:30 -05:00
parent 7c96ea694f
commit 65557d16ac
+3 -1
View File
@@ -61,4 +61,6 @@ Using Pipenv
First, ``$ cd`` into your new project directory (after you ``$ mkdir`` and ``$ git init`` it, of course), and simply run ``$ pipenv install requests`` to instal the `requests <https://docs.python-requests.org/>`_ library, which is one of our favorites.
Then, run ``$ pipenv shell`` to run a shell that will have a ``$ python`` available in which ``import reqests`` will function properly. Pretty simple :)
Then, run ``$ pipenv shell`` to run a shell that will have a ``$ python`` available in which ``import reqests`` will function properly. Pretty simple :)
For further instructions, check out `the Pipenv documentation <https://pipenv.org>`_.