Skip to content

Commit c15664e

Browse files
authored
Update README.md
1 parent 260eddc commit c15664e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
```python
66
# 配置国内源,方便安装Numpy,Matplotlib等
7-
conda config ---add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
8-
conda config ---add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
7+
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
8+
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
99
# 配置国内源,安装PyTorch用
10-
𝑐𝑜𝑛𝑑𝑎 𝑐𝑜𝑛𝑓𝑖𝑔 ---𝑎𝑑𝑑 𝑐ℎ𝑎𝑛𝑛𝑒𝑙𝑠 ℎ𝑡𝑡𝑝𝑠://𝑚𝑖𝑟𝑟𝑜𝑟𝑠.𝑡𝑢𝑛𝑎.𝑡𝑠𝑖𝑛𝑔ℎ𝑢𝑎.𝑒𝑑𝑢.𝑐𝑛/𝑎𝑛𝑎𝑐𝑜𝑛𝑑𝑎/𝑐𝑙𝑜𝑢𝑑/𝑝𝑦𝑡𝑜𝑟𝑐ℎ/
10+
𝑐𝑜𝑛𝑑𝑎 𝑐𝑜𝑛𝑓𝑖𝑔 --𝑎𝑑𝑑 𝑐ℎ𝑎𝑛𝑛𝑒𝑙𝑠 ℎ𝑡𝑡𝑝𝑠://𝑚𝑖𝑟𝑟𝑜𝑟𝑠.𝑡𝑢𝑛𝑎.𝑡𝑠𝑖𝑛𝑔ℎ𝑢𝑎.𝑒𝑑𝑢.𝑐𝑛/𝑎𝑛𝑎𝑐𝑜𝑛𝑑𝑎/𝑐𝑙𝑜𝑢𝑑/𝑝𝑦𝑡𝑜𝑟𝑐ℎ/
1111
# 显示源地址
12-
𝑐𝑜𝑛𝑑𝑎 𝑐𝑜𝑛𝑓𝑖𝑔 ---𝑠𝑒𝑡 𝑠ℎ𝑜𝑤_𝑐ℎ𝑎𝑛𝑛𝑒𝑙_𝑢𝑟𝑙𝑠 𝑦𝑒𝑠
12+
𝑐𝑜𝑛𝑑𝑎 𝑐𝑜𝑛𝑓𝑖𝑔 --𝑠𝑒𝑡 𝑠ℎ𝑜𝑤_𝑐ℎ𝑎𝑛𝑛𝑒𝑙_𝑢𝑟𝑙𝑠 𝑦𝑒𝑠
1313
```
1414

1515
- 安装PyTorch
@@ -19,6 +19,8 @@ conda install pytorch torchvision cudatoolkit=10.0
1919

2020
```
2121

22+
# 课程链接
23+
2224
<!--
2325
<p align="center">
2426
<a href="https://study.163.com/course/courseMain.htm?share=2&shareId=480000001847407&courseId=1208894818&_trace_c_p_k2_=61a9e0a511f7409b92a08d4f4c964330

0 commit comments

Comments
 (0)