Installation instructions on Fedora Python3

Added installations instructions of Pillow on Fedora Python3
This commit is contained in:
Manoj Mohan 2016-08-15 08:12:47 +05:30 committed by GitHub
parent 5f31fe8b38
commit 4ab18e2b50

View File

@ -282,7 +282,9 @@ Building on Linux
^^^^^^^^^^^^^^^^^
If you didn't build Python from source, make sure you have Python's
development libraries installed. In Debian or Ubuntu::
development libraries installed.
In Debian or Ubuntu::
$ sudo apt-get install python-dev python-setuptools
@ -293,6 +295,10 @@ Or for Python 3::
In Fedora, the command is::
$ sudo dnf install python-devel redhat-rpm-config
Or for Python 3::
$ sudo dnf install python3-devel redhat-rpm-config
.. Note:: ``redhat-rpm-config`` is required on Fedora 23, but not earlier versions.