0

Please help me. All the tutorials on the Internet on how to install Django are confusing and misleading. I understand I can download it with PIP but I have trouble with the environmental variables so I can run PIP through the Command Prompt.

1 Answers1

3

Just use pip to do it. Open command prompt and write

pip install Django

And, If you are using pycharm then use

pip install django==2.2

where 2.2 is the version

If you don't have python installed I'd recommend doing that first.

Kaleem
  • 129
  • 1
  • 14
thesonyman101
  • 791
  • 7
  • 16