We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df19bfc commit 8c67338Copy full SHA for 8c67338
docs/tutorials/visualization_tutorial.ipynb
@@ -46,10 +46,9 @@
46
"import mesa\n",
47
"print(f\"Mesa version: {mesa.__version__}\")\n",
48
"\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",
+ "# You can either define the BoltzmannWealthModel (aka MoneyModel) or install it\n",
51
52
- "from mesa_models.boltzmann_wealth_model.model import BoltzmannWealthModel"
+ "from mesa.examples.basic import BoltzmannWealthModel"
53
]
54
},
55
{
0 commit comments