INSTALL 311 Bytes
Newer Older
1 2
Thanks for downloading Django.

3
To install it, make sure you have Python 3.4 or greater installed. Then run
4
this command from the command prompt:
5

6 7
    python setup.py install

8 9
If you're upgrading from a previous version, you need to remove it first.

10
For more detailed instructions, see docs/intro/install.txt.