0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00
django/INSTALL
Jon Dufresne eee4da3b57 Refs #30948 -- Updated install instructions to use pip instead of setup.py.
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
2019-11-08 13:26:35 +01:00

9 lines
236 B
Plaintext

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.