On my computer (windows 8.1) there is python 3.4.
When I try to install module with pip install
the code that I use is:
py -m pip install ...
But the command line returns the following error:
C:\Python34\python.exe: No module named pip.__main__; 'pip' is a package and cannot be directly exec
uted