Skip to content

Commit

Permalink
Add requirements.txt and steps to run
Browse files Browse the repository at this point in the history
Fix #3
  • Loading branch information
rht committed Jun 23, 2017
1 parent f02b283 commit 94e61b0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
scipy>=0.19.1
git+https://github.com/ABC-E/abce

0 comments on commit 94e61b0

Please sign in to comment.