Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Persefone desktop
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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 desktop
Commits
23a62e93
Commit
23a62e93
authored
7 months ago
by
xo30xoqa
Browse files
Options
Downloads
Patches
Plain Diff
Updated README, bumped version to 0.2.2
parent
d1893aac
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
Project.toml
+1
-1
1 addition, 1 deletion
Project.toml
README.md
+22
-1
22 additions, 1 deletion
README.md
with
23 additions
and
2 deletions
Project.toml
+
1
−
1
View file @
23a62e93
name
=
"PersefoneDesktop"
uuid
=
"78b50b3d-c6fc-409a-aced-ad0772f04556"
authors
=
[
"Daniel Vedder <daniel.vedder@idiv.de>"
]
version
=
"0.2.
1
"
version
=
"0.2.
2
"
[deps]
CSV
=
"336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
...
...
This diff is collapsed.
Click to expand it.
README.md
+
22
−
1
View file @
23a62e93
...
...
@@ -6,7 +6,28 @@ This is the graphical user interface to the [Persefone model](http://persefone-m
With it, you can watch a simulation run unfold and interactively explore how the model
functions.
## Install & run
## Quick start
*
Follow these instructions if you simply want to try out the software as a user.
If you want to play around with the source code, see the next section.
*
1.
Download the
[
Julia programming language
](
https://julialang.org/downloads/
)
and install it on
your computer.
2.
Start Julia. This should launch a commandline interface/REPL.
3.
Execute the following commands (copy-and-paste should work):
```
julia
using
Pkg
Pkg
.
add
(
url
=
"https://git.idiv.de/persefone/persefone-model.git"
)
Pkg
.
add
(
url
=
"https://git.idiv.de/persefone/persefone-desktop.git"
)
using
PersefoneDesktop
ENV
[
"QSG_RENDER_LOOP"
]
=
"basic"
# only needed on Windows
launch
()
```
## Running from the repo
*Follow these instructions if you want to get to grips with the source code.*
**To install:**
Install
[
Julia
](
https://julialang.org/downloads/
)
and download/clone
this repository. Open a Julia REPL in the downloaded folder and execute the following
...
...
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