Add info about binary module compilation for PyYAML
All checks were successful
buildbot/Hondaforum Site Build done.
All checks were successful
buildbot/Hondaforum Site Build done.
This commit is contained in:
parent
9685b147aa
commit
8649fb7b79
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue