From a0d20cdfb5f036bda3b8b16725e7723fda917db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 14 Mar 2024 18:48:58 +0100 Subject: [PATCH] Add download section for Julia --- download.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/download.md b/download.md index 40d2e45..b365ebb 100644 --- a/download.md +++ b/download.md @@ -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. {% 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). -- GitLab