Skip to content

Commit

Permalink
install rdkit via pip instead of conda to simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
futianfan authored Sep 6, 2023
1 parent ffc98c0 commit 28129d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ We recommend to install it locally since Binder needs to be refreshed every time
```bash
conda create -n DeepPurpose python=3.6
conda activate DeepPurpose
conda install -c conda-forge rdkit
conda install -c conda-forge notebook
pip install git+https://github.com/bp-kelley/descriptastorus
pip install DeepPurpose
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rdkit-pypi
numpy
pandas
tqdm
Expand Down

0 comments on commit 28129d8

Please sign in to comment.