pip install 安装指定版本的包

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

pip install robotframework==2.8.7

将安装robotframework 2.8.7 版本。

猜你喜欢

转载自blog.csdn.net/hanfeixue11/article/details/79354174