From f897598f986b2cdf5489c135b1913e28966afed6 Mon Sep 17 00:00:00 2001 From: Sayon Dey Date: Sat, 2 May 2026 18:51:16 +0530 Subject: [PATCH] Fix outdated Google Colab setup instructions (#2591) --- docs/source/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/development.rst b/docs/source/development.rst index e54c619..d3ef388 100644 --- a/docs/source/development.rst +++ b/docs/source/development.rst @@ -338,7 +338,7 @@ Documentations is auto-generated and auto-deployed from the ``docs`` directory. To manually update documentation: 1. Change something in the ``.rst`` files in the ``docs/source`` directory. -2. Install ``pip install -r requirements.txt`` in the docs directory. +2. Install ``python -m pip install -e .`` in the docs directory. 3. Run ``make singlehtml`` in the terminal in the docs directory. 4. Open ``build/singlehtml/index.html`` in your browser to see the result. 5. If everything is ok, commit and push your changes to GitHub.