Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 58a7f9a

Browse filesBrowse files
notchiameeseeksmachine
authored andcommitted
Backport PR #27237: DOC: Add command to install appropriate requirements.txt during dev venv setup
1 parent 2e68a4e commit 58a7f9a
Copy full SHA for 58a7f9a

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed

‎doc/devel/development_setup.rst

Copy file name to clipboardExpand all lines: doc/devel/development_setup.rst
+5-1Lines changed: 5 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.