summaryrefslogtreecommitdiff
path: root/INSTALL
blob: dda9b4c4e596f87594f9fba89bbed50dc17d75b2 (plain)
1
2
3
4
5
6
7
8
9
10
Thanks for downloading Django.

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

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

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