Skip to content

Commit cb22c3c

Browse files
author
OliverBScott
committed
Updated README
1 parent cab26e0 commit cb22c3c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@ benchmark test.
6060

6161
### Install with conda (recommended)
6262
```
63-
conda install -c UCLCheminformatics scaffoldgraph
63+
conda config --add channels conda-forge
64+
conda install -c uclcheminformatics scaffoldgraph
6465
```
6566
### Install with pip
6667
```
67-
pip install ScaffoldGraph
68+
pip install scaffoldgraph
6869
```
6970
__Warning__: rdkit cannot be installed with pip, so must be installed through [other means]('https://www.rdkit.org/docs/Install.html')
7071

0 commit comments

Comments
 (0)