diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-03-27 18:58:41 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-03-27 18:59:19 +0100 |
commit | 15e806c776d16d9359e21469d1a10eb4a61a3145 (patch) | |
tree | ead2e1cc0407f870fe855a72487711a9a859acf3 | |
parent | be5a8638264dfe6b96eabfc0e0b6582ec7091d6c (diff) | |
download | buildstream-jjardon/pip3.tar.gz |
HACKING.rst: Be specific about the only pip packages required are the python3 onesjjardon/pip3
-rw-r--r-- | HACKING.rst | 6 |
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. |