Skip to content

Commit e477d4d

Browse files
authored
Fix conda installation command for pyjuliacall (#791)
Update installation command for the JuliaCall package. The pyjuliacall conda package was split out from the pyjuliapkg conda package (and depends on it).
1 parent 3d8884f commit e477d4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/juliacall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pip install juliacall
99

1010
If you prefer Conda, there is a community effort to also release this on conda-forge:
1111
```bash
12-
conda install conda-forge::pyjuliapkg
12+
conda install conda-forge::pyjuliacall
1313
```
1414

1515
Developers may wish to clone the repo (https://github.com/JuliaPy/PythonCall.jl) directly

0 commit comments

Comments
 (0)