We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab26e0 commit cb22c3cCopy full SHA for cb22c3c
1 file changed
README.md
@@ -60,11 +60,12 @@ benchmark test.
60
61
### Install with conda (recommended)
62
```
63
-conda install -c UCLCheminformatics scaffoldgraph
+conda config --add channels conda-forge
64
+conda install -c uclcheminformatics scaffoldgraph
65
66
### Install with pip
67
-pip install ScaffoldGraph
68
+pip install scaffoldgraph
69
70
__Warning__: rdkit cannot be installed with pip, so must be installed through [other means]('https://www.rdkit.org/docs/Install.html')
71
0 commit comments