diff options
author | Tim Graham <timograham@gmail.com> | 2019-01-18 10:04:29 -0500 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2019-01-30 10:19:48 -0500 |
commit | 7e6b214ed34f5562dbd83cf54924a5b589a29715 (patch) | |
tree | 2a2aa16c023638436bea449acdb06224bf7f33c7 /INSTALL | |
parent | 5a5c77d55dc85c7e6cf910243257e408887f412a (diff) | |
download | django-7e6b214ed34f5562dbd83cf54924a5b589a29715.tar.gz |
Fixed #30116 -- Dropped support for Python 3.5.
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.5 or greater installed. Then run +To install it, make sure you have Python 3.6 or greater installed. Then run this command from the command prompt: python setup.py install |