Skip to content

Commit 043a191

Browse files
authored
Merge pull request #27240 from meeseeksmachine/auto-backport-of-pr-27237-on-v3.8.0-doc
Backport PR #27237 on branch v3.8.0-doc (DOC: Add command to install appropriate `requirements.txt` during dev venv setup)
2 parents d13bbe5 + be5b1f5 commit 043a191

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/devel/development_setup.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,13 @@ The simplest way to do this is to use either Python's virtual environment
131131
On some systems, you may need to type ``python3`` instead of ``python``.
132132
For a discussion of the technical reasons, see `PEP-394 <https://peps.python.org/pep-0394>`_.
133133

134+
Install the Python dependencies with ::
135+
136+
pip install -r requirements/dev/dev-requirements.txt
137+
134138
.. tab-item:: conda environment
135139

136-
Create a new `conda`_ environment with ::
140+
Create a new `conda`_ environment and install the Python dependencies with ::
137141

138142
conda env create -f environment.yml
139143

0 commit comments

Comments
 (0)