This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
machinelearning_notebook
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update references_tips/InstallPython.md.
pull/5/head
布树辉
Gitee
3 years ago
parent
7fb923df69
commit
3db438c311
1 changed files
with
1 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save