Reputation: 54551
I would like to start using IMDbPY but I can't find a Windows installer on their site. What is the most simple way to install it? Is there a way to install it using my Python interpreter?
Upvotes: 4
Views: 3283
Reputation: 22089
Windows installer
Python installer - run python -O setup.py install
python -O setup.py install
Upvotes: 6