docs: add note on RDkit install painpoint

Signed-off-by: Tobias O <tobias.olenyi@envipath.com>
This commit is contained in:
2025-10-02 17:54:20 +13:00
parent 68a3f3b982
commit 0775ad30d4

View File

@ -23,7 +23,7 @@ Then, sync the project dependencies. This will create a virtual environment in `
uv sync --dev
```
> **Note on RDkit:** If you have a different version of rdkit installed globally, the dependency installation may fail. If this happens, please uninstall the global version and run `uv sync` again.
Note on RDkit installation: if you have rdkit installed on your system globally with a different version of python, the installation will try to link against that and subsequent calls fail. Only option remove global rdkit and rerun sync.
### 2. Set Up Environment File