Skip to content
Snippets Groups Projects
Commit 97a37c2c authored by xo30xoqa's avatar xo30xoqa
Browse files

Updated README

parent 75b51293
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,25 @@ ...@@ -3,6 +3,25 @@
**An agent-based, socio-economic-ecological model of agricultural landscapes **An agent-based, socio-economic-ecological model of agricultural landscapes
in Europe under the CAP.** in Europe under the CAP.**
## Description
Persephone models farmers' decision making and its impact on species in agricultural
landscapes. The aim is to investigate how policies such as the CAP influence farms and
biodiversity.
It is currently in the very early stages of development.
## Usage
Install the latest version of the [Julia](https://julialang.org/downloads/) programming
language. The recommended editors are [VSCode](https://www.julia-vscode.org/) or
[Emacs](https://www.emacswiki.org/emacs/JuliaProgrammingLanguage).
Then, open a Julia commandline and install the
[Agents.jl](https://juliadynamics.github.io/Agents.jl/stable/) framework using
`using Pkg; Pkg.add("Agents")`.
Run the simulation by executing `run.jl` from the commandline, or loading it from
within a Julia REPL with `include("run.jl")`.
--- ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment