Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated wolf_sheep readme to reflect the new repository in the instru…
…ctions
  • Loading branch information
AndrewGorman committed Jan 5, 2023
commit 8e9b129a338818b2c2a6cac3e95929fb41eccf91
4 changes: 2 additions & 2 deletions examples/wolf_sheep/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ To install the dependencies use pip and the requirements.txt in this directory.

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