2 parents 4137075 + b81aafa commit b192b0cCopy full SHA for b192b0c
1 file changed
README.md
@@ -36,10 +36,17 @@ GPU in minutes, but reflecting current practice.
36
37
## Installation
38
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
46
```bash
47
git clone https://github.com/DaoyuanLi2816/molgen.git
48
cd molgen
-pip install -e . # add ".[selfies]" for SELFIES, ".[dev]" for tests
49
+pip install -e ".[selfies,dev]"
50
```
51
52
## Quickstart (Python)
0 commit comments