diff --git a/examples/starter_tutorial/minimal_tutorial.ipynb b/examples/starter_tutorial/minimal_tutorial.ipynb index 4bd896179..2b9f2202a 100644 --- a/examples/starter_tutorial/minimal_tutorial.ipynb +++ b/examples/starter_tutorial/minimal_tutorial.ipynb @@ -22,6 +22,33 @@ "```\n" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip install 'scikit-image[data]'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip install matplotlib" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip install git+https://github.com/janelia-cellmap/dacapo.git" + ] + }, { "cell_type": "markdown", "metadata": {},