﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16471	Recommend using pip rather than easy_install	Aymeric Augustin	nobody	"References to `easy_install`:
{{{
trunk % grep -r '\beasy_install\b' . | grep -v .svn
docs/internals/contributing/writing-documentation.txt:Sphinx -- ``easy_install Sphinx`` should do the trick.
docs/intro/whatsnext.txt:      ``easy_install``:
docs/intro/whatsnext.txt:            $ easy_install Sphinx
docs/README:* Install Sphinx (using ``easy_install Sphinx`` or some other method)
docs/ref/contrib/gis/install.txt:    $ sudo python easy_install psycopg2
docs/ref/contrib/gis/install.txt:   To use ``easy_install`` you'll need to install Python's `setuptools`_.
docs/ref/contrib/gis/install.txt:    $ sudo easy_install Django
docs/ref/contrib/gis/install.txt:Afterwards, you may install Django with Python's ``easy_install`` script (the
docs/ref/contrib/gis/install.txt:    $ sudo easy_install Django
docs/ref/contrib/gis/install.txt:* ``python-setuptools``: for ``easy_install``
docs/ref/contrib/gis/install.txt:* ``python-setuptools``: for ``easy_install``
}}}
{{{
trunk % grep -r '\bpip\b' . | grep -v .svn
docs/howto/deployment/uwsgi.txt:The wiki describes several `installation procedures`_. Using pip, the python
docs/howto/deployment/uwsgi.txt:    pip install uwsgi
docs/howto/deployment/uwsgi.txt:    pip install http://projects.unbit.it/downloads/uwsgi-lts.tar.gz
}}}"	Cleanup/optimization	new	Documentation	dev	Normal				Unreviewed	0	0	0	0	0	0
