Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand Down