Skip to content

Commit b6f7abb

Browse files
committed
DOC: update instructions for development build
1 parent 682f239 commit b6f7abb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ newest development version (a.k.a. "master") from Github_::
9393
git clone --recursive https://github.com/spatialaudio/python-sounddevice.git
9494
cd python-sounddevice
9595
python -m pip install -e .
96+
python sounddevice_build.py
9697

9798
.. _PyPI: https://pypi.org/project/sounddevice/
9899
.. _Github: https://github.com/spatialaudio/python-sounddevice/
@@ -118,7 +119,7 @@ If you make changes to the documentation, you can locally re-create the HTML
118119
pages using Sphinx_.
119120
You can install it and a few other necessary packages with::
120121

121-
python -m pip install -r doc/requirements.txt
122+
python -m pip install -e . --group doc
122123

123124
To (re-)build the HTML files, use::
124125

0 commit comments

Comments
 (0)