I have been looking for the past hour regarding installing modules using. It says that python27 comes with pip, However when I type python -m pip install --upgrade pip wheel setuptools
into the command line I just get the error NameError: Name 'python' is not defined.
I cant even enter python --version
.
The module I am trying to install is kivy. On their website it just say download python and type in that string into the command line and it should work. I cant find anywhere if i need to do something beforehand.