Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ Prerequisites:
```bash
git clone https://github.com/open-reaction-database/ord-interface
cd ord-interface
# Apple silicon: use `conda install postgresql` instead of the rdkit channel.
conda install -c rdkit rdkit-postgresql
conda install -c conda-forge rdkit-postgresql
uv sync
```

Expand Down
3 changes: 1 addition & 2 deletions ord_interface/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Set up your environment by installing postgres with the RDKit cartridge:

```shell
conda install postgresql python=3.10
# Note that rdkit-postgresql is currently only available on x86_64.
conda install -c rdkit rdkit-postgresql
conda install -c conda-forge rdkit-postgresql
cd ord-interface
pip install -e ".[tests]"
```
Expand Down
Loading