summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-03-27 18:58:41 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2018-03-29 11:25:08 +0000
commitb9546d4de7447e2f013cd263151d5d4a596e2dfe (patch)
tree9b7762c9bc2c2a1618c54f3200eba0c576c66381 /HACKING.rst
parentfbb0ca28fb8ea8b4582efeae37ff11e469737959 (diff)
downloadbuildstream-b9546d4de7447e2f013cd263151d5d4a596e2dfe.tar.gz
HACKING.rst: Be specific about the only pip packages required are the python3 ones
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING.rst b/HACKING.rst
index e89e28211..7f8e1d16c 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -130,9 +130,9 @@ Before you can build the BuildStream documentation yourself, you need
to first install ``sphinx`` and ``sphinx-click``, using pip or some
other mechanism::
- pip install --user sphinx
- pip install --user sphinx-click
- pip install --user sphinx_rtd_theme
+ pip3 install --user sphinx
+ pip3 install --user sphinx-click
+ pip3 install --user sphinx_rtd_theme
Furthermore, the documentation build requires that BuildStream itself
be installed.