From d7f9ff41805b0d4722c6c7546094202dddec2b88 Mon Sep 17 00:00:00 2001 From: Youngsup Oh Date: Sun, 3 Jun 2018 04:43:31 +0900 Subject: [PATCH] Fix undefined labels - pip, Pipenv, Pipfile --- docs/dev/virtualenvs.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index c3b2102ca..dd6f4e647 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -47,7 +47,7 @@ install the latest 3.x version from `python.org`_ or refer to the `getting started tutorial`_ for an introduction to using your operating system's shell and interacting with Python. -Additionally, you'll need to make sure you have :ref:`pip` available. You can +Additionally, you'll need to make sure you have `pip`_ available. You can check this by running: .. code-block:: bash @@ -60,6 +60,7 @@ using your OS package manager, you may have to `install pip