pip -i 和 -U 参数
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U torch torchvision torchtext torchkeras
-i: 指定库的安装源 清华源
-U:升级 原来已经安装的包,不带U不会装新版本,带上U才会更新到最新版本。所有
pip -i 和 -U 参数
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U torch torchvision torchtext torchkeras
-i: 指定库的安装源 清华源
-U:升级 原来已经安装的包,不带U不会装新版本,带上U才会更新到最新版本。所有