diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index a7bf32d451..89b3437721 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -951,6 +951,19 @@
* PR changed from "r0" to "r1"
* PV changed from "0.1.10" to "0.1.12"
+
+ The buildhistory-diff tool requires
+ the GitPython package.
+ Be sure to install it using Pip3 as follows:
+
+ $ pip3 install GitPython --user
+
+ Alternatively, you can install
+ python3-3 using the appropriate
+ distribution package manager (e.g.
+ apt-get, dnf, or
+ zipper).
+