From 2955e1cc05aa7714480af705cb017429ce5072d9 Mon Sep 17 00:00:00 2001 From: Miles Cranmer Date: Sun, 28 Jan 2024 19:27:11 +0900 Subject: [PATCH] Update juliacall.md --- 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 dedaacde..98d74784 100644 --- a/docs/src/juliacall.md +++ b/docs/src/juliacall.md @@ -9,7 +9,7 @@ pip install juliacall Developers may wish to clone the repo (https://github.com/JuliaPy/PythonCall.jl) directly and pip install the module in editable mode. You should add `"dev":true, "path":"../.."` to -`python/juliacall/juliapkg.json` to ensure you use the development version of PythonCall +`pysrc/juliacall/juliapkg.json` to ensure you use the development version of PythonCall in conjunction with JuliaCall. ## Getting started