要用 pip 安装特定版本的 Python 包,只需通过 == 操作符 指定,例如:
pip
==
pip install -v pycrypto==2.3
将安装 pycrypto 2.3 版本。
相关文章: