NO-JIRA: add note about installing PyYAML to use the site release update scripts

This commit is contained in:
Robbie Gemmell 2024-02-01 12:38:16 +00:00
parent 6f6b3e70a3
commit 5afe289490
1 changed files with 2 additions and 0 deletions

View File

@ -309,6 +309,8 @@ cd activemq-website
```
**NOTE**: Some of the release scripts use [Python](https://www.python.org/), ensure you have it installed before proceeding.
Also, the [PyYAML](https://pyyaml.org/wiki/PyYAMLDocumentation) lib is used. Examples for installing that include
using `dnf install python3-pyyaml` on Fedora, or installing it using Pip by running `pip install pyyaml`.
Once the CDN and Maven Central are up-to-date then update the site as follows: