From da78a4956502993d2e3da51a8e132872e5ba2602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Fri, 20 Oct 2023 11:08:08 +0000 Subject: [PATCH] PyCall no longer used --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 362b670..6a0d7d9 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,7 @@ To install diffeqpy, use pip: pip install diffeqpy ``` -Using diffeqpy requires that Julia is installed and in the path, along -with DifferentialEquations.jl and PyCall.jl. To install Julia, -download a generic binary from -[the JuliaLang site](https://julialang.org/downloads/) and add it to your path. -To install Julia packages required for diffeqpy, open up Python +To install Julia packages required (and Julia if needed) for diffeqpy, open up Python interpreter then run: ```pycon