From 597485f634d6ef95f00b95db0c235876e39232f2 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:08:32 +0530 Subject: [PATCH] #3049 remove note about requirements.txt Co-Authored-By: Saransh Chopra --- docs/source/user_guide/installation/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user_guide/installation/index.rst b/docs/source/user_guide/installation/index.rst index f6f1d4f90c..983f66842e 100644 --- a/docs/source/user_guide/installation/index.rst +++ b/docs/source/user_guide/installation/index.rst @@ -77,7 +77,7 @@ Optional Dependencies PyBaMM has a number of optional dependencies for different functionalities. If the optional dependency is not installed, PyBaMM will raise an ImportError when the method requiring that dependency is called. -If you are using ``pip``, optional PyBaMM dependencies can be installed or managed in a file (e.g. requirements.txt, setup.py, or pyproject.toml) +If you are using ``pip``, optional PyBaMM dependencies can be installed or managed in a file (e.g., setup.py, or pyproject.toml) as optional extras (e.g.,``pybamm[dev,plot]``). All optional dependencies can be installed with ``pybamm[all]``, and specific sets of dependencies are listed in the sections below.