Skip to content

Commit

Permalink
examples: Clarify install instruction in wolf_sheep
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and tpike3 committed Apr 10, 2022
1 parent e549107 commit 1942364
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/wolf_sheep/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ The model is tests and demonstrates several Mesa concepts and features:
To install the dependencies use pip and the requirements.txt in this directory. e.g.

```
# First, we clone the Mesa repo
$ git clone https://github.com/projectmesa/mesa.git
$ cd mesa
# Then we cd to the example directory
$ cd examples/wolf_sheep
$ pip install -r requirements.txt
```

Expand Down

0 comments on commit 1942364

Please sign in to comment.