Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update install instructions for alpine without wheels
Updated to match the format of the dependencies with wheels. Also added `libwebp-dev` to the build dependencies. Otherwise building would work but running ``` weasyprint https://weasyprint.org/ /tmp/test.pdf ``` would fail to include the webp images with error code ``` /usr/lib/python3.10/site-packages/PIL/Image.py:3496: UserWarning: image file could not be identified because WEBP support not installed ``` The prebuilt `Pillow` binary in the wheel includes `webp` support already. ```
- Loading branch information