Thanks for reading this in the first place.
I\'m trying to install Django. So here\'s what I do in the command line:
C:\\>python34 pip install Django
The command pip is not a Python module. It is an executable. This should work:
pip
C:\> pip install Django