Skip to content

Commit 8c67338

Browse files
committed
Fix vis tutorial
1 parent df19bfc commit 8c67338

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/tutorials/visualization_tutorial.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@
4646
"import mesa\n",
4747
"print(f\"Mesa version: {mesa.__version__}\")\n",
4848
"\n",
49-
"# You can either define the BoltzmannWealthModel (aka MoneyModel) or install mesa-models:\n",
50-
"%pip install --quiet -U git+https://github.com/projectmesa/mesa-examples#egg=mesa-models\n",
49+
"# You can either define the BoltzmannWealthModel (aka MoneyModel) or install it\n",
5150
"\n",
52-
"from mesa_models.boltzmann_wealth_model.model import BoltzmannWealthModel"
51+
"from mesa.examples.basic import BoltzmannWealthModel"
5352
]
5453
},
5554
{

0 commit comments

Comments
 (0)