1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/INSTALL

11 lines
311 B
Plaintext
Raw Normal View History

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 setup.py install
If you're upgrading from a previous version, you need to remove it first.
For more detailed instructions, see docs/intro/install.txt.