Skip to content

Commit 056d332

Browse files
committed
Docs: More build and packaging
1 parent 716f1f8 commit 056d332

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/source/developers/testing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ In order to run our tests, you need to have a few :ref:`Python packages installe
1212

1313
.. code-block:: sh
1414
15-
python3 -m pip install -U pip setuptools wheel pytest
15+
python3 -m pip install -U pip
16+
python3 -m pip install -U build packaging setuptools wheel pytest
1617
python3 -m pip install -r requirements.txt
1718
1819

docs/source/install/cmake.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ On your development machine, :ref:`follow the instructions here <install-depende
3333

3434
.. code-block:: bash
3535
36-
python3 -m pip install -U pip setuptools wheel pytest
36+
python3 -m pip install -U pip
37+
python3 -m pip install -U build packaging setuptools wheel pytest
3738
python3 -m pip install -U -r requirements.txt
3839
3940

spack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ spack:
2525
- cmake
2626
- mpi
2727
- python
28+
- py-build
2829
- py-mpi4py
2930
- py-numpy
31+
- py-packaging
3032
- py-pip
3133
- py-setuptools
3234
- py-wheel

0 commit comments

Comments
 (0)