diff --git a/docs/installing.rst b/docs/installing.rst index 8b99ad8878e..4c986ae8d7e 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -31,6 +31,11 @@ The easiest way to install and use pip is with `virtualenv `_, since every virtualenv has pip (and it's dependencies) installed into it automatically. +.. note:: + + If you do not have virtualenv installed, you can :ref:`install pip globally ` + using :ref:`get-pip `. + This does not require root access or modify your system Python installation. For instance::