Skip to content

Commit 760fdac

Browse files
authored
Merge pull request #96 from christiankral/addModiaMath
Add ModiaMath to installation instructions
2 parents 4d8247f + eb308e5 commit 760fdac

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)