Skip to content

Commit

Permalink
Merge pull request #2075 from manoj-makkuboy/install-instruction-Fedo…
Browse files Browse the repository at this point in the history
…ra-Python3

Installation instructions on Fedora Python3
  • Loading branch information
hugovk committed Aug 25, 2016
2 parents 1165f0f + 4ab18e2 commit afb4124
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/installation.rst
Expand Up @@ -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


Expand All @@ -293,6 +295,10 @@ Or for Python 3::
In Fedora, the command is:: 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.


Expand Down

0 comments on commit afb4124

Please sign in to comment.