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