首页 > 编程语言 > 详细

python little things

时间:2018-06-06 20:43:27      阅读:161      评论:0      收藏:0      [点我收藏+]

1) both python2 and python3 installed on windows
use python3:py -3 -m pip install robotframework-sshlibrary
use python2:py -2 -m pip install robotframework-sshlibrary

2) set windows pip configure
create a file nemed "pip.ini" in the directory(C:\Users\test\pip)
set config information in pip.ini

3) install python lib with requirements.cfg
pip install -r requirements.

python little things

原文:https://www.cnblogs.com/luckyflower/p/9146201.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!