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

Commitf05167c

Browse files
authored
DOC: Add command to install appropriaterequirements.txt during dev venv setup (#27237)
* clarify that requirements must be installed during venv setup step using same grammar as original doc
1 parent93f5de4 commitf05167c

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