We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
requirements.txt
1 parent 93f5de4 commit f05167cCopy full SHA for f05167c
doc/devel/development_setup.rst
@@ -131,9 +131,13 @@ The simplest way to do this is to use either Python's virtual environment
131
On some systems, you may need to type ``python3`` instead of ``python``.
132
For a discussion of the technical reasons, see `PEP-394 <https://peps.python.org/pep-0394>`_.
133
134
+ Install the Python dependencies with ::
135
+
136
+ pip install -r requirements/dev/dev-requirements.txt
137
138
.. tab-item:: conda environment
139
- Create a new `conda`_ environment with ::
140
+ Create a new `conda`_ environment and install the Python dependencies with ::
141
142
conda env create -f environment.yml
143
0 commit comments