Skip to content

Commit f08d69e

Browse files
skearnesclaude
andauthored
Use conda-forge rdkit-postgresql in README; drop Apple-silicon caveats (#180)
rdkit-postgresql is available on Apple silicon via conda-forge (already how CI installs it), so the special-case instructions are no longer needed. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1bf7727 commit f08d69e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ Prerequisites:
3131
```bash
3232
git clone https://github.com/open-reaction-database/ord-interface
3333
cd ord-interface
34-
# Apple silicon: use `conda install postgresql` instead of the rdkit channel.
35-
conda install -c rdkit rdkit-postgresql
34+
conda install -c conda-forge rdkit-postgresql
3635
uv sync
3736
```
3837

ord_interface/api/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Set up your environment by installing postgres with the RDKit cartridge:
66

77
```shell
88
conda install postgresql python=3.10
9-
# Note that rdkit-postgresql is currently only available on x86_64.
10-
conda install -c rdkit rdkit-postgresql
9+
conda install -c conda-forge rdkit-postgresql
1110
cd ord-interface
1211
pip install -e ".[tests]"
1312
```

0 commit comments

Comments
 (0)