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

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

    python -m pip install .

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