Skip to content

Commit

Permalink
Fix vis tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvince committed Oct 17, 2024
1 parent df19bfc commit 8c67338
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/tutorials/visualization_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@
"import mesa\n",
"print(f\"Mesa version: {mesa.__version__}\")\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",
"# You can either define the BoltzmannWealthModel (aka MoneyModel) or install it\n",
"\n",
"from mesa_models.boltzmann_wealth_model.model import BoltzmannWealthModel"
"from mesa.examples.basic import BoltzmannWealthModel"
]
},
{
Expand Down

0 comments on commit 8c67338

Please sign in to comment.