Hi. I’m trying to go through the grid studies for python; however, I’m getting a syntax error with the following:
pip3 install pymonome
File “”, line 1
pip3 install pymonome
^
SyntaxError: invalid syntax
I’m using Spyder (Python 3.4) for my IDE, but not sure why I’m not able to install.
Any help would be greatly appreciated.