Skip to content

Commit

Permalink
Removed note about setuptools from install.txt -- it's not correct an…
Browse files Browse the repository at this point in the history
…y more.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed Mar 23, 2007
1 parent 334499d commit ae7568b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/install.txt
Expand Up @@ -94,17 +94,9 @@ Installing the official version

5. Run ``sudo python setup.py install``.

Note that the last command will automatically download and install setuptools_
if you don't already have it installed. This requires a working Internet
connection and may cause problems on Python 2.5. If you run into problems,
try using our development version by following the instructions below. The
development version no longer uses setuptools nor requires an Internet
connection.

The command will install Django in your Python installation's ``site-packages``
directory.

.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
.. _distribution specific notes: ../distributions/

Installing the development version
Expand Down

0 comments on commit ae7568b

Please sign in to comment.