diff options
author | Tim Graham <timograham@gmail.com> | 2017-02-17 19:45:34 -0500 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2017-09-25 17:11:03 -0400 |
commit | cfff2af02be40106d4759cc6f8bfa476ce82421c (patch) | |
tree | 2680ff4040dd83d7b50ca2265e8268e362142476 /INSTALL | |
parent | a80903b7114c984b5087597e8c34750e7bb44f51 (diff) | |
download | django-cfff2af02be40106d4759cc6f8bfa476ce82421c.tar.gz |
Fixed #27857 -- Dropped support for Python 3.4.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ Thanks for downloading Django. -To install it, make sure you have Python 3.4 or greater installed. Then run +To install it, make sure you have Python 3.5 or greater installed. Then run this command from the command prompt: python setup.py install |