Skip to content

Commit eb308e5

Browse files
committed
Add ModiaMath to installation instructions
Otherwise the plot command will not work
1 parent 4d8247f commit eb308e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ The latest released version (0.2.3) is the last one with support for Julia >= 0.
2828
```julia
2929
# Julia >= 0.6:
3030
julia> Pkg.add("Modia")
31+
julia> Pkg.add("ModiaMath")
3132

3233
# Julia >= 0.7:
33-
julia> ]add Modia
34+
julia> ]add Modia ModiaMath
3435
```
3536

3637
Modia uses [PyPlot](https://github.com/JuliaPy/PyPlot.jl) for plotting.

0 commit comments

Comments
 (0)