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

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.

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