#16471: Recommend using pip rather than easy_install
-------------------------------------+-------------------------------------
Reporter: aaugustin | Owner: nobody
Type: | Status: new
Cleanup/optimization | Component: Documentation
Milestone: | Severity: Normal
Version: SVN | Keywords:
Resolution: | Has patch: 0
Triage Stage: | Needs tests: 0
Unreviewed | Easy pickings: 0
Needs documentation: 0 |
Patch needs improvement: 0 |
UI/UX: 0 |
-------------------------------------+-------------------------------------
Description changed by aaugustin:
Old 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
> }}}
New 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``
}}}
References to pip:
{{{
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
}}}
--
--
Ticket URL: <https://code.djangoproject.com/ticket/16471#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.