Skip to content

Commit

Permalink
docs: Fix Visualization Tutorial (2.x branch) (#2272)
Browse files Browse the repository at this point in the history
The scheduler was removed from the example model used, so the docs started failing.
  • Loading branch information
EwoutH authored Sep 4, 2024
1 parent 3583293 commit af9bad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/visualization_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"import mesa\n",
"\n",
"# You can either define the BoltzmannWealthModel (aka MoneyModel) or install mesa-models:\n",
"%pip install --quiet -U git+https://github.com/projectmesa/mesa-examples#egg=mesa-models\n",
"%pip install --quiet -U git+https://github.com/projectmesa/mesa-examples@mesa-2.x#egg=mesa-models\n",
"\n",
"from mesa_models.boltzmann_wealth_model.model import BoltzmannWealthModel"
]
Expand Down

0 comments on commit af9bad6

Please sign in to comment.