Refined installation instructions. Thanks, Hugo and Alex.

This commit is contained in:
Jannis Leidel 2011-04-04 16:45:07 +02:00
parent 69c33a4090
commit 6e0ed6cac1
1 changed files with 17 additions and 5 deletions

View File

@ -1,6 +1,23 @@
Installation instructions
=========================
Prerequisites
-------------
Prior to installing pip make sure you have either
`setuptools <http://pypi.python.org/pypi/setuptools>`_ or its more up to
date fork `distribute <http://pypi.python.org/pypi/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 <http://pypi.python.org/pypi/distribute>`_
installed before using the installer!
Using source
------------
You can find the source on PyPi: http://pypi.python.org/pypi/pip::