Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit08876f8

Browse files
authored
Merge pull request#27239 from meeseeksmachine/auto-backport-of-pr-27237-on-v3.8.x
Backport PR#27237 on branch v3.8.x (DOC: Add command to install appropriate `requirements.txt` during dev venv setup)
2 parentsdc37d96 +58a7f9a commit08876f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎doc/devel/development_setup.rst

Lines 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`_ environmentand install the Python dependencieswith ::
137141

138142
conda env create -f environment.yml
139143

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp