Opened 13 years ago

Last modified 13 years ago

#16471 closed Cleanup/optimization

Recommend using pip rather than easy_install — at Initial Version

Reported by: Aymeric Augustin Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top