summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-01-11 15:30:21 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-01-11 15:30:21 +0000
commitdf82f24cc9d4cbad4c179945c8d7fec592f2230b (patch)
tree0eb1827f373e6a08904b8c9f51656f527c7e2975 /INSTALL
parente9727a857bdf436c44410dd72a27b4f22fc6df03 (diff)
downloaddjango-df82f24cc9d4cbad4c179945c8d7fec592f2230b.tar.gz
Changed INSTALL to use 'python' instead of 'python2.3'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 6ec16a2158..fc21a61b47 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
Thanks for downloading Django.
-To install it, make sure you have Python 2.3+ installed. Then run this command:
+To install it, make sure you have Python 2.3 or greater installed. Then run this command:
-python2.3 setup.py install
+python setup.py install
-For more detailed instructions, see docs/install.txt. \ No newline at end of file
+For more detailed instructions, see docs/install.txt.