From 3db438c3110adeae13163c7b44e47fd57f8fa872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=83=E6=A0=91=E8=BE=89?= Date: Sat, 28 Aug 2021 01:18:32 +0000 Subject: [PATCH] update references_tips/InstallPython.md. --- references_tips/InstallPython.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/references_tips/InstallPython.md b/references_tips/InstallPython.md index 286e20c..d46041f 100644 --- a/references_tips/InstallPython.md +++ b/references_tips/InstallPython.md @@ -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