pip install 安装指定版本的包和源
摘要:要用 pip 安装指定版本的 Python 包,只需通过 == 操作符 指定 pip install tensorflow==2.4.0 将安装tensorflow2.4.0版本。 要用 pip 安装指定源 pip install -i https://pypi.tuna.tsinghua.edu.
阅读全文
posted @ 2020-12-31 15:13
posted @ 2020-12-31 15:13
posted @ 2020-12-24 18:26