mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Merge pull request #2075 from manoj-makkuboy/install-instruction-Fedora-Python3
Installation instructions on Fedora Python3
This commit is contained in:
commit
afb4124562
|
@ -282,7 +282,9 @@ Building on Linux
|
||||||
^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
If you didn't build Python from source, make sure you have Python's
|
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
|
$ sudo apt-get install python-dev python-setuptools
|
||||||
|
|
||||||
|
@ -294,6 +296,10 @@ In Fedora, the command is::
|
||||||
|
|
||||||
$ sudo dnf install python-devel redhat-rpm-config
|
$ 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.
|
.. Note:: ``redhat-rpm-config`` is required on Fedora 23, but not earlier versions.
|
||||||
|
|
||||||
Prerequisites are installed on **Ubuntu 12.04 LTS** or **Raspian Wheezy
|
Prerequisites are installed on **Ubuntu 12.04 LTS** or **Raspian Wheezy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user