django/INSTALL
Jon Dufresne bca2ffd3c2 [3.0.x] Refs #30948 -- Updated install instructions to use pip instead of setup.py.
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>

Backport of eee4da3b57 from master
2019-11-08 21:16:52 +01:00

8 lines
236 B
Text

Thanks for downloading Django.
To install it, make sure you have Python 3.6 or greater installed. Then run
this command from the command prompt:
python -m pip install .
For more detailed instructions, see docs/intro/install.txt.