Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeili authored Feb 13, 2023
1 parent c5b3c59 commit e1da7de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ DGL-LifeSci requires python 3.6+, DGL 0.7.0+ and PyTorch 1.5.0+.
[Install dgl](https://www.dgl.ai/pages/start.html)


Additionally, we require `RDKit 2018.09.3` for utils related to cheminformatics. We recommend installing it with
Additionally, we require `RDKit`. The easiest way to install RDKit is

```
pip install rdkit
```

If you need to work on the example of JTVAE, then you need `RDKit 2018.09.3`. We recommend installing it with

```
conda install -c rdkit rdkit==2018.09.3
Expand Down

0 comments on commit e1da7de

Please sign in to comment.