Concerned_Citizen
Concerned_Citizen

Reputation: 6835

Check whether Pip-Install Module Installed Properly

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

Answers (1)

flup
flup

Reputation: 27104

The simplest smoketest is: start python commandline, import the package.

Upvotes: 3

Related Questions