I have python 2.7.9 (which comes with pip already installed), I have numpy 1.8.2 and scipy 0.15.1 installed as well. When I try to install scikit-learn, I get the following error
pip install -U scikit-learn
SyntaxError: invalid syntax
What am I doing wrong? Or is there another way to install scikit- learn on windows, if I can't use pip ?