Merge pull request #89 from radarhere/docs-tabs

This commit is contained in:
Hugo van Kemenade 2022-12-03 07:43:34 +02:00 committed by GitHub
commit 43974e88da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,11 +205,11 @@ Many of Pillow's features require external libraries:
In Fedora, the command is::
sudo dnf install python3-devel redhat-rpm-config
sudo dnf install python3-devel redhat-rpm-config
In Alpine, the command is::
sudo apk add python3-dev py3-setuptools
sudo apk add python3-dev py3-setuptools
.. Note:: ``redhat-rpm-config`` is required on Fedora 23, but not earlier versions.