第1.9章 scrapy之pypi-server的使用

pypi-server官网
1
pip install pypiserver-1.2.1-py2.py3-none-any.whl下载文件后,执行这个命令即可
然后执行nohup pypi-server -p 9090 /home/test/packages &
通过lsof -i:9090查看端口是否生效,即验证服务器是否正常启动
链接pypi-server安装文件

pip install --extra-index-url http://10.101.3.175:9090/ xxx插件 --trusted-host 10.101.3.175

猜你喜欢

转载自blog.csdn.net/warrah/article/details/80662460
1.9
今日推荐