Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 739 Bytes

File metadata and controls

27 lines (19 loc) · 739 Bytes

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 git@github.com: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