summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 25ff0ec525039f8a5e63ff75948ca2e5d93174d4 (plain)
1
2
3
4
5
6
7
8
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 -m pip install .

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