Skip to content

Commit b192b0c

Browse files
Merge pull request #62 from DaoyuanLi2816/docs/pip-install
Lead Installation with 'pip install molgen' now that it is on PyPI
2 parents 4137075 + b81aafa commit b192b0c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,17 @@ GPU in minutes, but reflecting current practice.
3636

3737
## Installation
3838

39+
```bash
40+
pip install molgen # from PyPI
41+
pip install "molgen[selfies]" # + SELFIES (always-valid decoding)
42+
```
43+
44+
From source (for development / running the tests):
45+
3946
```bash
4047
git clone https://github.com/DaoyuanLi2816/molgen.git
4148
cd molgen
42-
pip install -e . # add ".[selfies]" for SELFIES, ".[dev]" for tests
49+
pip install -e ".[selfies,dev]"
4350
```
4451

4552
## Quickstart (Python)

0 commit comments

Comments
 (0)