From a763915a03579868c6abdc5cdffbb4c398dc52ee Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Mon, 1 Jul 2013 12:01:25 +0200 Subject: Bumped minimum Python version requirement to 2.7 in Django 1.7. --- INSTALL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'INSTALL') 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. -- cgit v1.3