We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f629601 commit 7e4aea9Copy full SHA for 7e4aea9
docs/src/juliacall.md
@@ -7,6 +7,11 @@ It's as simple as
7
pip install juliacall
8
```
9
10
+If you prefer Conda, there is a community effort to also release this on conda-forge:
11
+```bash
12
+conda install conda-forge::pyjuliapkg
13
+```
14
+
15
Developers may wish to clone the repo (https://github.com/JuliaPy/PythonCall.jl) directly
16
and pip install the module in editable mode. You should add `"dev":true, "path":"../.."` to
17
`pysrc/juliacall/juliapkg.json` to ensure you use the development version of PythonCall
0 commit comments