Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 251 Bytes

conda_install.md

File metadata and controls

7 lines (6 loc) · 251 Bytes

###set conda install mirror###

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes