Merge branch 'master' of github.com:pypa/pipenv

This commit is contained in:
2018-03-09 15:22:50 -05:00
+4
View File
@@ -85,6 +85,10 @@ To use Pipenv with a Condaprovided Python, you simply provide the path to the
$ pipenv install --python=/path/to/anaconda/python
To reuse Condainstalled Python packages, use the ``--site-packages`` flag::
$ pipenv --python=/path/to/anaconda/python --site-packages
☤ Generating a ``requirements.txt``
-----------------------------------