diff --git a/tutorials/dingo_tutorial.ipynb b/tutorials/dingo_tutorial.ipynb index c95aa8f..6097603 100644 --- a/tutorials/dingo_tutorial.ipynb +++ b/tutorials/dingo_tutorial.ipynb @@ -9,6 +9,24 @@ "# `dingo` : A python library for metabolic networks sampling and analysis" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "⚠️ **Note (Updated)**\n", + "\n", + "This installation section was originally written for Google Colab.\n", + "For local development and current setups, please refer to the main\n", + "`README.md` and use the recommended installation method.\n", + "\n", + "### Recommended (Local Installation)\n", + "\n", + "```bash\n", + "git clone https://github.com/GeomScale/dingo.git\n", + "cd dingo\n", + "poetry install\n" + ] + }, { "cell_type": "markdown", "metadata": {