diff --git a/README.md b/README.md index 7c70023..db53135 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/d46ac6670e8a4016a382434445668d70)](https://www.codacy.com/app/herculesl/isle?utm_source=github.com&utm_medium=referral&utm_content=EconomicSL/isle&utm_campaign=badger) # isle + +# Usage + +If the dependencies haven't been installed, run this command in a terminal + +``` +$ pip install -r requirements.txt +``` + +Then execute the simulation with this command + +``` +$ python start.py +``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2150227 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +scipy>=0.19.1 +git+https://github.com/ABC-E/abce