Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何在 python 中安装 3rd 方包。?我在 3rd 方包中有 setup.py 文件。
我需要知道所涉及的步骤以及如何做?在哪里编写命令以及如何实际执行。
“python setup.py 安装” - http://docs.python.org/install/index.html
我认为这样的事情会起作用:
pip install <path to folder>
也强烈推荐使用virutalenv 或/和zc.buildout