Skip to content
Open
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
9 changes: 4 additions & 5 deletions getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -764,11 +764,10 @@ some of CPython's modules (for example, ``zlib``).

For Unix-based systems, we try to use system libraries whenever available.
This means optional components will only build if the relevant system headers
are available. The best way to obtain the appropriate headers will vary by
distribution, but the appropriate commands for some popular distributions
are below.
are available. The best way to obtain these headers varies by distribution,
but commands for some popular distributions are given below.

.. tab:: dnf
.. tab:: Fedora / RHEL / CentOS

On **Fedora**, **RHEL**, **CentOS** and other ``dnf``-based systems::

Expand All @@ -785,7 +784,7 @@ some of CPython's modules (for example, ``zlib``).
xz-devel sqlite sqlite-devel sqlite-libs libuuid-devel gdbm-libs \
perf expat expat-devel mpdecimal python3-pip

.. tab:: apt
.. tab:: Debian / Ubuntu

On **Debian**, **Ubuntu**, and other ``apt``-based systems, try to get the
dependencies for the Python you're working on by using the ``apt`` command.
Expand Down
Loading