From 36405019b9b2d00d35c752d9c0fcfe1714a48daa Mon Sep 17 00:00:00 2001 From: Xue Wen Date: Wed, 9 Sep 2020 13:51:34 +0800 Subject: [PATCH] Update notes.md --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index cc10bb6..127d2b7 100644 --- a/notes.md +++ b/notes.md @@ -4,4 +4,5 @@ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/m conda config --set show_channel_urls yes
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
+pip config set global.index-url https://pypi.douban.com/simple/ conda env create -f env_info_file.yml