下载安装环境:
conda create -n test python=3.10
```

启用环境
```
conda activate test
```
安装 模块并制定下载源
```
pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple
```
376

被折叠的 条评论
为什么被折叠?



