Merge pull request #2075 from manoj-makkuboy/install-instruction-Fedora-Python3

Installation instructions on Fedora Python3
This commit is contained in:
Hugo 2016-08-25 09:02:02 +03:00 committed by GitHub
commit afb4124562

View File

@ -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