Skip to content

Commit 0a4b705

Browse files
committed
add a requirements.txt for WolfSheep.
1 parent 01ac48f commit 0a4b705

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

examples/WolfSheep/Readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,23 @@ The model is tests and demonstrates several Mesa concepts and features:
1313
- Writing a model composed of multiple files.
1414
- Dynamically adding and removing agents from the schedule
1515

16+
## Installation
17+
18+
To install the dependencies use pip and the requirements.txt in this directory. e.g.
19+
20+
```
21+
$ pip install -r requirements.txt
22+
```
23+
1624
## How to Run
1725

1826
To run the model interactively, run ``run.py`` in this directory. e.g.
1927

2028
```
2129
$ python run.py
22-
```
30+
```
2331

24-
Then open your browser to [http://127.0.0.1:8888/](http://127.0.0.1:8888/) and press Reset, then Run.
32+
Then open your browser to [http://127.0.0.1:8888/](http://127.0.0.1:8888/) and press Reset, then Run.
2533

2634
## Files
2735

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mesa

0 commit comments

Comments
 (0)