NO-JIRA: add note about installing PyYAML to use the site release update scripts
This commit is contained in:
parent
6f6b3e70a3
commit
5afe289490
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue