Skip to content

Commit 1b1335e

Browse files
committed
Add COPASI installation instructions to docs
Added a new section detailing how to install PyEnzyme with COPASI support using pip or uv. Included a reference to the COPASI integration guide for further information.
1 parent 70cd014 commit 1b1335e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/src/content/docs/basic/installation.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,22 @@ uv pip install "pyenzyme[pysces]"
7878

7979
See the [mathematical modeling guide](/basic/modelling/) for details on using PySCeS with PyEnzyme.
8080

81+
### COPASI support (`copasi`)
82+
83+
Enables using COPASI for kinetic modeling and parameter fitting. Installs `copasi-basico`.
84+
85+
**With pip:**
86+
```bash
87+
pip install "pyenzyme[copasi]"
88+
```
89+
90+
**With uv:**
91+
```bash
92+
uv pip install "pyenzyme[copasi]"
93+
```
94+
95+
See the [COPASI integration guide](/integrations/copasi/) for details on using COPASI with PyEnzyme.
96+
8197
### Development dependencies (`tests`)
8298

8399
Includes testing tools for development and running the test suite. Installs `pytest`, `pytest-httpx`, and `pytest-sugar`.

0 commit comments

Comments
 (0)