From ea06c18565adeb8b65ab7695364550991d92bf3d Mon Sep 17 00:00:00 2001 From: frostming Date: Fri, 13 Apr 2018 21:58:58 +0800 Subject: [PATCH] change the term of conda --- docs/advanced.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index e58f745b..24902ecc 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -102,10 +102,10 @@ Also useful for deployment is the ``--deploy`` flag:: This will fail a build if the ``Pipfile.lock`` is out–of–date, instead of generating a new one. -☤ Pipenv and Conda ------------------- +☤ Pipenv and Other Python Distributions +--------------------------------------- -To use Pipenv with a Conda–provided 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