Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pikulsomesh authored Aug 20, 2021
1 parent bed31b9 commit a283025
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit a283025

Please sign in to comment.