diff --git a/doc/devel/development_setup.rst b/doc/devel/development_setup.rst index 8537e1229df4..b6f53dd0a834 100644 --- a/doc/devel/development_setup.rst +++ b/doc/devel/development_setup.rst @@ -131,9 +131,13 @@ The simplest way to do this is to use either Python's virtual environment On some systems, you may need to type ``python3`` instead of ``python``. For a discussion of the technical reasons, see `PEP-394 `_. + Install the Python dependencies with :: + + pip install -r requirements/dev/dev-requirements.txt + .. tab-item:: conda environment - Create a new `conda`_ environment with :: + Create a new `conda`_ environment and install the Python dependencies with :: conda env create -f environment.yml