Skip to content

Commit 46f47fd

Browse files
committed
Adding basic instructions on how to run this model.
1 parent d4db7f3 commit 46f47fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/WolfSheep/Readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,11 @@ Another ABM standard. Wolf and sheep wander around the grid randomly and reprodu
1010
- Dynamically adding and removing agents from the schedule
1111
- (Eventually) visualizing a layered grid, with a grass layer, a wolf layer and a sheep layer.
1212

13+
### To run this example
1314

15+
* Launch the model
16+
```python
17+
python WolfSheepServer.py
18+
```
19+
* Visit your browser: http://127.0.0.1:8888/
20+
* In your browser hit *reset*, then *run*

0 commit comments

Comments
 (0)