From 5f88d8033e222c680041b8af599b57ac489ea9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6rsch?= Date: Fri, 12 Jun 2026 11:59:46 +0200 Subject: [PATCH] Fix conda installation command for pyjuliacall Update installation command for the JuliaCall package. The pyjuliacall conda package was split out from the pyjuliapkg conda package (and depends on it). --- docs/src/juliacall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/juliacall.md b/docs/src/juliacall.md index 55ad5868..bd7e7c09 100644 --- a/docs/src/juliacall.md +++ b/docs/src/juliacall.md @@ -9,7 +9,7 @@ pip install juliacall If you prefer Conda, there is a community effort to also release this on conda-forge: ```bash -conda install conda-forge::pyjuliapkg +conda install conda-forge::pyjuliacall ``` Developers may wish to clone the repo (https://github.com/JuliaPy/PythonCall.jl) directly