Skip to content
Snippets Groups Projects
Verified Commit a0d20cdf authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Add download section for Julia

parent 7720a299
Branches
Tags
No related merge requests found
Pipeline #10285 passed
...@@ -40,3 +40,18 @@ unless they really need bleeding edge features and are willing to take some ...@@ -40,3 +40,18 @@ unless they really need bleeding edge features and are willing to take some
risks. It is produced whenever there is a change to the codebase. risks. It is produced whenever there is a change to the codebase.
{% include download-snapshot.html %} {% include download-snapshot.html %}
# For Julia
An alternative implementation of Dynare in [Julia](https://julialang.org/) is now ready for testing.
Installation from the Julia prompt can be done with the following commands:
```
julia> using Pkg
julia> pkg"add Dynare"
```
For more details, see [Dynare.jl](https://github.com/DynareJulia/Dynare.jl) or
the [documentation](https://DynareJulia.github.io/Dynare.jl). Errors, questions
or desired additional features in relation to the DynareJulia project should be
reported on the [Dynare forum](https://forum.dynare.org/) or as a [GitHub
issue](https://github.com/DynareJulia/Dynare.jl/issues).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment