Skip to content

Commit

Permalink
intro_tutorial.ipynb: Don't install mesa explicitly, let mesa-geo do …
Browse files Browse the repository at this point in the history
…that (#242)

mesa-geo knows what mesa version is compatible with it and has that as a dependency defined in the `pyproject.toml`. So we don't need to install Mesa separately, that can only mess up the mesa version installed.
  • Loading branch information
EwoutH authored Sep 3, 2024
1 parent d8a1356 commit be5f1c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/tutorials/intro_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"outputs": [],
"source": [
"#Run this if in colab or if you need to install mesa and mesa-geo in your local environment. \n",
"!pip install mesa --quiet\n",
"!pip install mesa-geo --quiet\n",
"!mkdir -p data\n",
"!wget -P data https://raw.githubusercontent.com/projectmesa/mesa-geo/main/docs/tutorials/data/TorontoNeighbourhoods.geojson"
Expand Down

0 comments on commit be5f1c4

Please sign in to comment.