Skip to content
Snippets Groups Projects
Commit b9546d4d authored by Javier Jardón's avatar Javier Jardón Committed by Tristan Van Berkom
Browse files

HACKING.rst: Be specific about the only pip packages required are the python3 ones

parent fbb0ca28
No related branches found
No related tags found
1 merge request!344HACKING.rst: Be specific about the only pip packages required are the python3 ones
Pipeline #
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment