Skip to content

emews/emews-tutorial-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMEWS Tutorial Code Repository

This repository contains the example code for the EMEWS tutorial.

The easiest way to download the example code is by cloning the repository:

$ cd <my_tutorial_code_location>
$ git clone https://github.com/emews/emews-tutorial-code.git

or

$ cd <my_tutorial_code_location>
$ git clone [email protected]:emews/emews-tutorial-code.git

To download and install the Repast Simphony Zombies model into the, e.g., UC1 tutorial:

$ cd emews-tutorial-code/uc1
$ curl -L -O https://github.com/emews/emews-tutorial-code/releases/latest/download/complete_model.jar
$ unzip complete_model.jar -d complete_model