We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6b8c1 commit b9ae1d1Copy full SHA for b9ae1d1
1 file changed
docs/installation.md
@@ -17,6 +17,14 @@ With [`uv`](https://docs.astral.sh/uv/) do:
17
uv add polykin
18
```
19
20
+## Install from conda-forge
21
+
22
+With `conda` do:
23
24
+```bash
25
+conda install -c conda-forge polykin
26
+```
27
28
## Install from the source code repository
29
30
The very latest code (no guarantee it will work!) may be installed directly from the source code repository:
0 commit comments