diff options
| -rw-r--r-- | documentation/ref-manual/usingpoky.xml | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
| 951 | * PR changed from "r0" to "r1" | 951 | * PR changed from "r0" to "r1" |
| 952 | * PV changed from "0.1.10" to "0.1.12" | 952 | * PV changed from "0.1.10" to "0.1.12" |
| 953 | </literallayout> | 953 | </literallayout> |
| 954 | <note> | ||
| 955 | The <filename>buildhistory-diff</filename> tool requires | ||
| 956 | the <filename>GitPython</filename> package. | ||
| 957 | Be sure to install it using Pip3 as follows: | ||
| 958 | <literallayout class='monospaced'> | ||
| 959 | $ pip3 install GitPython --user | ||
| 960 | </literallayout> | ||
| 961 | Alternatively, you can install | ||
| 962 | <filename>python3-3</filename> using the appropriate | ||
| 963 | distribution package manager (e.g. | ||
| 964 | <filename>apt-get</filename>, <filename>dnf</filename>, or | ||
| 965 | <filename>zipper</filename>). | ||
| 966 | </note> | ||
| 954 | </para> | 967 | </para> |
| 955 | 968 | ||
| 956 | <para> | 969 | <para> |
