I\'m running into a weird error when trying to install Django on my computer.
This is the sequence that I typed into my command line:
Even I'm new to this, but pip install django
worked for me.
The path should be set as where the script folder of the Python installation is, i.e.C:\Python34\Scripts.
I suppose it's because Django is a framework which is based on Python, and that's why this directory structure has to be maintained while installing.