简体   繁体   中英

Can I use pip to install my own package from PyPI?

如果像本页中所述对Python软件包索引(PyPI)有所贡献,是否可以自动使用pip安装软件包?

Yes, if you contribute a package to PyPi, it will become available for installation by commands like pip or easy_install .

PS: If you think of using private pypi, look to devpi project - seems very good.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM