html tool

2022年11月1日星期二

转:pip安装指定版本

 https://blog.csdn.net/youcharming/article/details/51073911

要用 pip 安装指定版本的 Python 包,只需通过 == 操作符 指定

pip install robotframework==2.8.7

将安装robotframework 2.8.7 版本


PS:

python2 的默认mock==3.0.5

没有评论:

发表评论