Reputation: 6835
How do I check whether the "pip-install" module is properly installed? I think I installed it a while ago
but when I entered in pip install scikit-learn
I got the "invalid syntax" message. I am working with Python 2.7,
Vista 32-bit.
Thanks.
Upvotes: 2
Views: 5911
Reputation: 27104
The simplest smoketest is: start python commandline, import the package.
Upvotes: 3