Installing
Installing
=========================
$ curl -O https://github.com/pypa/virtualenv/raw/master/virtualenv.py
$ python virtualenv.py my_new_env
$ . my_new_env/bin/activate
(my_new_env)$ pip install ...
If you do want to install pip globally into your Python installation, see the
instructions below.
Prerequisites
-------------
$ curl -O http://python-distribute.org/distribute_setup.py
$ python distribute_setup.py
.. warning::
If you are using Python 3.X you **must** use distribute; setuptools doesn't
support Python 3.X.
$ curl -O https://github.com/pypa/pip/raw/master/contrib/get-pip.py
$ python get-pip.py
$ curl -O http://pypi.python.org/packages/source/p/pip/pip-1.0.tar.gz
$ tar xvfz pip-1.0.tar.gz
$ cd pip-1.0
$ python setup.py install # may need to be root
$ cd pip
$ python setup.py install # may need to be root