From ae7568b9c6ed790dca6a3c24c489fb15442e2be4 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Fri, 23 Mar 2007 21:18:08 +0000 Subject: [PATCH] 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 --- docs/install.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/install.txt b/docs/install.txt index 11749b4e7e2..dbbde93f83b 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