Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjun committed Jun 17, 2019
1 parent c52850c commit 4bfd22e
Show file tree
Hide file tree
Showing 23 changed files with 1,907 additions and 1,184 deletions.
Binary file modified code/.DS_Store
Binary file not shown.
8 changes: 6 additions & 2 deletions code/0.common_questions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,18 @@
}
},
"source": [
"# 添加Anaconda的国内镜像,快速安装Python包\n",
"# <del>添加Anaconda的国内镜像,快速安装Python包\n",
"\n",
"**添加清华镜像**\n",
"\n",
"https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/\n",
"\n",
"```python\n",
"conda config --add channels https://mirrors.sjtug.sjtu.edu.cn/anaconda/pkgs/main/ https://mirrors.sjtug.sjtu.edu.cn/anaconda/pkgs/free/ https://mirrors.sjtug.sjtu.edu.cn/anaconda/cloud/conda-forge/\n",
"conda config --add channels https://mirrors.sjtug.sjtu.edu.cn/anaconda/pkgs/main/ \n",
" \n",
"conda config --add channels https://mirrors.sjtug.sjtu.edu.cn/anaconda/pkgs/free/ \n",
" \n",
"conda config --add channels https://mirrors.sjtug.sjtu.edu.cn/anaconda/cloud/conda-forge/\n",
"conda config --set show_channel_urls yes\n",
"```\n",
"\n",
Expand Down
Loading

0 comments on commit 4bfd22e

Please sign in to comment.