From d170c63351944fd91b2206d10f89e7ff75b53b76 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 21 Jan 2017 20:02:00 -0500 Subject: Refs #23919 -- Removed misc references to Python 2. --- INSTALL | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'INSTALL') 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. -- cgit v1.3