diff --git a/docs/installing.txt b/docs/installing.txt index 2cd737cab..b8a0f8c7c 100644 --- a/docs/installing.txt +++ b/docs/installing.txt @@ -1,6 +1,23 @@ Installation instructions ========================= +Prerequisites +------------- + +Prior to installing pip make sure you have either +`setuptools `_ or its more up to +date fork `distribute `_ installed. +Please consult your operating system's package manager or install it +manually:: + + $ curl -O http://python-distribute.org/distribute_setup.py + $ python distribute_setup.py + +.. warning:: + + In case you are using Python 3.X you **have** to use distribute since + setuptools doesn't support Python 3.X. + Using installer --------------- @@ -12,11 +29,6 @@ and execute it, using the Python interpreter of your choice:: This may have to be run as root. -.. note:: - - Make sure you have `distribute `_ - installed before using the installer! - Using source ------------ You can find the source on PyPi: http://pypi.python.org/pypi/pip::