diff --git a/docs/tutorials/intro_tutorial.ipynb b/docs/tutorials/intro_tutorial.ipynb index 2713c570..4471284d 100644 --- a/docs/tutorials/intro_tutorial.ipynb +++ b/docs/tutorials/intro_tutorial.ipynb @@ -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"