Skip to content

Commit

Permalink
Merge pull request #124 from PallHaraldsson/patch-1
Browse files Browse the repository at this point in the history
PyCall no longer used
  • Loading branch information
ChrisRackauckas authored Oct 20, 2023
2 parents a7afab6 + da78a49 commit df65e85
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df65e85

Please sign in to comment.