From d8b0293e503a23bdc8a5d6fe5fa8b3e975d2cf1b Mon Sep 17 00:00:00 2001 From: rht Date: Sun, 10 Apr 2022 03:21:50 -0400 Subject: [PATCH] examples: Clarify install instruction in wolf_sheep --- examples/wolf_sheep/Readme.md | 5 +++++ 1 file changed, 5 insertions(+) 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 ```