Skip to content

Commit

Permalink
clarify bad formulation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDebus committed Nov 20, 2023
1 parent 2c66f7c commit 1620d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pkg> add ImageProjectiveGeometry
help?> ImageProjectiveGeometry # Lists a summary of the package functions
```

On Julia versions >=1.9, the `PyPlot` package is not added automatically anymore, but used as a weak dependency. To get the plotting functionality back, import `PyPlot` before importing `ImageProjectiveGeometry` like this:
On Julia versions >=1.9, the `PyPlot` package is not added automatically anymore, but used as a weak dependency. To get the plotting functionality back, import `PyPlot` together with `ImageProjectiveGeometry` like this:

```Julia
using PyPlot
Expand Down

0 comments on commit 1620d15

Please sign in to comment.