We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0303c8 commit 944c2dfCopy full SHA for 944c2df
README.md
@@ -1 +1,20 @@
1
-# tutorial-code
+# EMEWS Tutorial Code Repository #
2
+
3
+This repository contains the example code for the EMEWS tutorial *add link*.
4
5
+The easiest way to download the example code is by cloning the repository:
6
7
+```bash
8
+$ cd <my_tutorial_code_location>
9
+$ git clone https://github.com/emews/emews-tutorial-code.git
10
+```
11
12
+or
13
14
15
16
+$ git clone [email protected]:emews/emews-tutorial-code.git
17
18
19
+The Repast Simphony model use in the use case 1 tutorial can be downloaded here *add link*.
20
+To install the model: *add instructions*
0 commit comments