Author: brosner
Date: 2009-10-30 03:24:45 -0500 (Fri, 30 Oct 2009)
New Revision: 11685

Modified:
   django/branches/releases/1.1.X/INSTALL
Log:
[1.1.X] Updated INSTALL file

setup.py does not require an Internet connection nor setuptools. That was
fixed in [3906].

Backport of [11684] from trunk

Modified: django/branches/releases/1.1.X/INSTALL
===================================================================
--- django/branches/releases/1.1.X/INSTALL      2009-10-30 08:24:05 UTC (rev 
11684)
+++ django/branches/releases/1.1.X/INSTALL      2009-10-30 08:24:45 UTC (rev 
11685)
@@ -5,9 +5,6 @@
 
     python setup.py install
 
-Note this requires a working Internet connection if you don't already have the
-Python utility "setuptools" installed.
-
 AS AN ALTERNATIVE, you can just copy the entire "django" directory to Python's
 site-packages directory, which is located wherever your Python installation
 lives. Some places you might check are:
@@ -16,7 +13,4 @@
     /usr/lib/python2.3/site-packages (Unix, Python 2.3)
     C:\\PYTHON\site-packages         (Windows)
 
-This second solution does not require a working Internet connection; it
-bypasses "setuptools" entirely.
-
 For more detailed instructions, see docs/intro/install.txt.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to