How to install IMDbPY on Windows?

I would like to start using IMDbPY , but I can not find the Windows installer on my site. What is the easiest way to install it? Is there a way to install it using my Python interpreter?

+4
source share
1 answer

Windows Installer

Python installer - run python -O setup.py install

+6
source

Source: https://habr.com/ru/post/1344124/


All Articles