Skip to content

Commit d8b0293

Browse files
committed
examples: Clarify install instruction in wolf_sheep
1 parent e549107 commit d8b0293

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/wolf_sheep/Readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ The model is tests and demonstrates several Mesa concepts and features:
1919
To install the dependencies use pip and the requirements.txt in this directory. e.g.
2020

2121
```
22+
# First, we clone the Mesa repo
23+
$ git clone https://github.com/projectmesa/mesa.git
24+
$ cd mesa
25+
# Then we cd to the example directory
26+
$ cd examples/wolf_sheep
2227
$ pip install -r requirements.txt
2328
```
2429

0 commit comments

Comments
 (0)