Skip to content

Commit b9ae1d1

Browse files
committed
Add conda installation instructions
1 parent 8e6b8c1 commit b9ae1d1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/installation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ With [`uv`](https://docs.astral.sh/uv/) do:
1717
uv add polykin
1818
```
1919

20+
## Install from conda-forge
21+
22+
With `conda` do:
23+
24+
```bash
25+
conda install -c conda-forge polykin
26+
```
27+
2028
## Install from the source code repository
2129

2230
The very latest code (no guarantee it will work!) may be installed directly from the source code repository:

0 commit comments

Comments
 (0)