change the term of conda

This commit is contained in:
frostming
2018-04-13 21:58:58 +08:00
committed by Frost Ming
parent a28bfd96fe
commit ea06c18565
+3 -3
View File
@@ -102,10 +102,10 @@ Also useful for deployment is the ``--deploy`` flag::
This will fail a build if the ``Pipfile.lock`` is outofdate, instead of generating a new one.
☤ Pipenv and Conda
------------------
☤ Pipenv and Other Python Distributions
---------------------------------------
To use Pipenv with a Condaprovided Python, you simply provide the path to the Python binary::
To use Pipenv with a 3rd-party Python distribution, you simply provide the path to the Python binary::
$ pipenv install --python=/path/to/anaconda/python