From b21188f447e6f600db6d74591740c786afda35a2 Mon Sep 17 00:00:00 2001 From: saksham Mishra Date: Mon, 26 Jan 2026 17:49:19 +0530 Subject: [PATCH] Clarify installation steps in tutorial notebook --- tutorials/dingo_tutorial.ipynb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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": {