summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.co.uk>2018-03-27 16:03:41 +0100
committerTristan Maat <tristan.maat@codethink.co.uk>2018-03-27 16:03:41 +0100
commit71ac9c463f62c87fadc63f7215c66a8f098d7fdc (patch)
tree7dc139b6266d9da5b75196e8cee69854c4e978f8
parentd0b8b33f68da196d73c6a553b44cd6afbbe95196 (diff)
downloadbuildstream-soft-arpy-dependency.tar.gz
HACKING.rst: Add a note about arpy being required for docssoft-arpy-dependency
-rw-r--r--HACKING.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst
index e89e28211..16d9a1d82 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -137,6 +137,12 @@ other mechanism::
Furthermore, the documentation build requires that BuildStream itself
be installed.
+You will also need any dependencies required for plugins, even if
+these aren't otherwise hard dependencies. This currently applies to
+``arpy``::
+
+ pip install --user arpy
+
To build the documentation, just run the following::
make -C doc