如何在 Windows 上安装 IMDbPY?
我想开始使用 IMDbPY,但我在他们的网站上找不到 Windows 安装程序。最简单的安装方法是什么?有没有办法使用我的 Python 解释器来安装它?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Windows 安装程序
Python 安装程序 - 运行
python -O setup.py install
Windows installer
Python installer - run
python -O setup.py install