Skip to content

Commit

Permalink
pybamm-team#3049 remove note about requirements.txt
Browse files Browse the repository at this point in the history
Co-Authored-By: Saransh Chopra <[email protected]>
  • Loading branch information
2 people authored and js1tr3 committed Aug 12, 2024
1 parent d052dfa commit 597485f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user_guide/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 597485f

Please sign in to comment.