Browse Source

update references_tips/InstallPython.md.

pull/5/head
布树辉 Gitee 3 years ago
parent
commit
3db438c311
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      references_tips/InstallPython.md

+ 1
- 7
references_tips/InstallPython.md View File

@@ -54,13 +54,7 @@ pip config set global.index-url 'https://mirrors.ustc.edu.cn/pypi/web/simple'
## 4. 安装常用软件
打开`conda`的命令行程序,输入下面的命令
```
conda install jupyter
conda install scipy
conda install numpy
conda install sympy
conda install matplotlib
conda install pandas
conda install scikit-learn
conda install jupyter scipy numpy sympy matplotlib pandas scikit-learn
```

## 5. 安装PyTorch


Loading…
Cancel
Save