Skip to content

Commit f05167c

Browse files
authored
DOC: Add command to install appropriate requirements.txt during dev venv setup (matplotlib#27237)
* clarify that requirements must be installed during venv setup step using same grammar as original doc
1 parent 93f5de4 commit f05167c

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)