forked from enviPath/enviPy
docs: add pnpm note
This commit is contained in:
@ -27,6 +27,11 @@ uv sync --dev
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
The frontend requires `pnpm` to correctly display in development.
|
||||||
|
[Install it here](https://pnpm.io/installation).
|
||||||
|
|
||||||
### 2. Set Up Environment File
|
### 2. Set Up Environment File
|
||||||
|
|
||||||
Copy the example environment file for local setup:
|
Copy the example environment file for local setup:
|
||||||
|
|||||||
Reference in New Issue
Block a user