summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-21 20:02:00 -0500
committerGitHub <noreply@github.com>2017-01-21 20:02:00 -0500
commitd170c63351944fd91b2206d10f89e7ff75b53b76 (patch)
treee2be66471ab071fa0ce75097d66650b650c53853 /INSTALL
parentc22212220a7900173358a1f16179dcfc9e03de78 (diff)
downloaddjango-d170c63351944fd91b2206d10f89e7ff75b53b76.tar.gz
Refs #23919 -- Removed misc references to Python 2.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 1 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index 92be6da650..be64877476 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,17 +1,10 @@
Thanks for downloading Django.
-To install it, make sure you have Python 2.7 or greater installed. Then run
+To install it, make sure you have Python 3.4 or greater installed. Then run
this command from the command prompt:
python setup.py install
If you're upgrading from a previous version, you need to remove it first.
-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:
-
- /usr/lib/python2.7/site-packages (Unix, Python 2.7)
- C:\\PYTHON\site-packages (Windows)
-
For more detailed instructions, see docs/intro/install.txt.