We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e549107 commit 1942364Copy full SHA for 1942364
examples/wolf_sheep/Readme.md
@@ -19,6 +19,11 @@ The model is tests and demonstrates several Mesa concepts and features:
19
To install the dependencies use pip and the requirements.txt in this directory. e.g.
20
21
```
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
27
$ pip install -r requirements.txt
28
29
0 commit comments