diff --git a/examples/wolf_sheep/Readme.md b/examples/wolf_sheep/Readme.md index 082543aca0e..30794a6ee67 100644 --- a/examples/wolf_sheep/Readme.md +++ b/examples/wolf_sheep/Readme.md @@ -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 ```