diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-03-23 21:18:08 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-03-23 21:18:08 +0000 |
| commit | ae7568b9c6ed790dca6a3c24c489fb15442e2be4 (patch) | |
| tree | 13c655c53aa6c509456df854dbfcc35134c3d4f1 /docs | |
| parent | 334499d6f3d51f313fdeecbd87a18bdd3b8c6a01 (diff) | |
Removed note about setuptools from install.txt -- it's not correct any more.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/install.txt b/docs/install.txt index 11749b4e7e..dbbde93f83 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -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 |
