Skip to content

Commit a283025

Browse files
authored
Update README.md
1 parent bed31b9 commit a283025

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,14 @@ conda install pytorch==1.7.1 cudatoolkit=10.1 -c pytorch
2323
conda install -c conda-forge matplotlib
2424
conda install -c rdkit rdkit==2018.09.3
2525
conda install -c dglteam dgl-cuda10.1
26-
pip install dgllife
26+
conda install -c dglteam dgllife
2727
conda install captum -c pytorch
28-
29-
pip install scikit-learn==0.23.2
30-
pip install networkx
31-
pip install grakel
32-
pip install seaborn
33-
34-
pip install svglib
35-
pip install umap-learn
28+
conda install -c anaconda scikit-learn==0.23.2
29+
conda install -c anaconda networkx
30+
conda install seaborn
31+
conda install -c conda-forge svglib
32+
conda install -c conda-forge umap-learn
33+
conda install -c conda-forge grakel
3634
```
3735

3836
If you are new to Anaconda, you can install it from [here](https://www.anaconda.com/).

0 commit comments

Comments
 (0)