清华园pip install SimpleITK
时间: 2023-12-14 10:34:01 浏览: 655
python中提高pip install速度
5星 · 资源好评率100%
您可以使用以下命令在清华镜像源上安装SimpleITK:
```shell
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple SimpleITK
```
如果您的pip版本不是最新的,可以使用以下命令更新pip并安装SimpleITK:
```shell
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple SimpleITK
```
阅读全文