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

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

    python -m pip install .

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