Skip to content

Commit 35d7bf3

Browse files
committed
update readme
1 parent 5106949 commit 35d7bf3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,10 @@ For more details have a look at the [documentation](https://thorek1.github.io/Ma
3636

3737
`MacroModelling.jl` requires [`julia`](https://julialang.org/downloads/) version 1.8 or higher and an IDE is recommended (e.g. [`VS Code`](https://code.visualstudio.com/download) with the [`julia extension`](https://marketplace.visualstudio.com/items?itemName=julialang.language-julia)).
3838

39-
Once set up you can install `MacroModelling.jl` by typing the following in the julia REPL:
39+
Once set up you can install `MacroModelling.jl` (and `Plots` and `StatsPlots` in order to plot) by typing the following in the Julia REPL:
4040

4141
```julia
42-
using Pkg; Pkg.add("MacroModelling")
43-
```
44-
45-
In order to plot you also need to install `Plots` and `StatsPlots`:
46-
47-
```julia
48-
using Pkg; Pkg.add(["Plots","StatsPlots"])
42+
using Pkg; Pkg.add(["MacroModelling", "Plots", "StatsPlots"])
4943
```
5044

5145
### Example

0 commit comments

Comments
 (0)