4

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?

snakile
  • 52,936
  • 62
  • 169
  • 241

1 Answers1

6

Windows installer

Python installer - run python -O setup.py install

theheadofabroom
  • 20,639
  • 5
  • 33
  • 65