Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Persefone.jl
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Persefone
Persefone.jl
Commits
acc4b4b4
Commit
acc4b4b4
authored
4 months ago
by
xo30xoqa
Browse files
Options
Downloads
Patches
Plain Diff
Updated README
parent
d7a4d957
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CONTRIBUTORS.md
+0
-1
0 additions, 1 deletion
CONTRIBUTORS.md
README.md
+15
-6
15 additions, 6 deletions
README.md
with
15 additions
and
7 deletions
CONTRIBUTORS.md
+
0
−
1
View file @
acc4b4b4
...
...
@@ -13,7 +13,6 @@
-
Marco Matthies
-
Gabriel Díaz Iturry
### Code reviewers
-
Ludmilla Figueiredo
...
...
This diff is collapsed.
Click to expand it.
README.md
+
15
−
6
View file @
acc4b4b4
...
...
@@ -12,20 +12,29 @@ growth submodel, and individual-based models of multiple indicator species. Its
investigate how changes in farm operations (e.g. through changes in the European Common
Agricultural Policy) influence biodiversity.
**The model is still in development. A first version will be available in s
ummer
202
4
.**
**The model is still in development. A first version will be available in s
pring
202
5
.**
## Usage
*
For the full documentation,
or
visit the
[
website
](
https://persefone-model.eu/documentation
)
.
*
For the full documentation, visit the
[
website
](
https://persefone-model.eu/documentation
)
, or read the manual in the
`docs`
folder
.
To use Persefone.jl with a graphical user interface, see
[
here
](
https://git.idiv.de/persefone/persefone-desktop
)
.
*
### Installation
Install the latest version of the
[
Julia
](
https://julialang.org/downloads/
)
programming
language (1.10+). The recommended editors are
[
VSCode
](
https://www.julia-vscode.org/
)
or
[
Emacs
](
https://www.emacswiki.org/emacs/JuliaProgrammingLanguage
)
.
To install package dependencies, open a Julia REPL in the Persefone root folder and run
`using Pkg; Pkg.activate("."); Pkg.instantiate()`
.
[
Emacs
](
https://www.emacswiki.org/emacs/JuliaProgrammingLanguage
)
. Clone this
repository, then install package dependencies by opening a Julia REPL in the Persefone
root folder and running
`using Pkg; Pkg.activate("."); Pkg.instantiate()`
.
Alternatively, if you only want to use the package from within Julia (see below),
you can install it directly in any Julia REPL:
```
julia
using
Pkg
Pkg
.
add
(
url
=
"https://git.idiv.de/persefone/persefone-model.git"
)
using
Persefone
```
### Running from the command line
...
...
@@ -90,4 +99,4 @@ list of exported functions.
---
©
2022-202
4
the contributors (MIT license)
©
2022-202
5
the contributors (MIT license)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment