summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-07-01 12:01:25 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-07-01 12:01:59 +0200
commita763915a03579868c6abdc5cdffbb4c398dc52ee (patch)
tree9b9459994fe66c1805d66a3a460ece97e4c84c3a /INSTALL
parent3fd8eb1a276fa452293112562463898de7351139 (diff)
downloaddjango-a763915a03579868c6abdc5cdffbb4c398dc52ee.tar.gz
Bumped minimum Python version requirement to 2.7 in Django 1.7.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 5ae2b26900..92be6da650 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
Thanks for downloading Django.
-To install it, make sure you have Python 2.6 or greater installed. Then run
+To install it, make sure you have Python 2.7 or greater installed. Then run
this command from the command prompt:
python setup.py install
@@ -12,7 +12,6 @@ site-packages directory, which is located wherever your Python installation
lives. Some places you might check are:
/usr/lib/python2.7/site-packages (Unix, Python 2.7)
- /usr/lib/python2.6/site-packages (Unix, Python 2.6)
C:\\PYTHON\site-packages (Windows)
For more detailed instructions, see docs/intro/install.txt.