Add info about binary module compilation for PyYAML
All checks were successful
buildbot/Hondaforum Site Build done.

This commit is contained in:
László Károlyi 2023-09-23 23:10:49 +02:00
parent 9685b147aa
commit 8649fb7b79
Signed by: karolyi
GPG key ID: 2DCAF25E55735BFE

View file

@ -14,3 +14,8 @@ In case of using MariaDB, this project needs MariaDB >= 10.4, as the [BLOB uniqu
`tools/update-python-packages.sh`
Until https://github.com/yaml/pyyaml/pull/618/ gets merged, on FreeBSD install PyYAML with:
```shell
C_INCLUDE_PATH=/usr/local/include/ PYYAML_FORCE_LIBYAML=1 python -m pip install pyyaml
```