From a283025fb38192fd49909ab21e35337cb5488867 Mon Sep 17 00:00:00 2001 From: Somesh Mohapatra Date: Fri, 20 Aug 2021 15:34:23 -0400 Subject: [PATCH] Update README.md --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1419a98..f387e7a 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,14 @@ conda install pytorch==1.7.1 cudatoolkit=10.1 -c pytorch conda install -c conda-forge matplotlib conda install -c rdkit rdkit==2018.09.3 conda install -c dglteam dgl-cuda10.1 -pip install dgllife +conda install -c dglteam dgllife conda install captum -c pytorch - -pip install scikit-learn==0.23.2 -pip install networkx -pip install grakel -pip install seaborn - -pip install svglib -pip install umap-learn +conda install -c anaconda scikit-learn==0.23.2 +conda install -c anaconda networkx +conda install seaborn +conda install -c conda-forge svglib +conda install -c conda-forge umap-learn +conda install -c conda-forge grakel ``` If you are new to Anaconda, you can install it from [here](https://www.anaconda.com/).