Skip to content

Commit 726ddaf

Browse files
Linux build dependencies: use distro names, not package managers (GH-1841)
1 parent 97a689e commit 726ddaf

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

getting-started/setup-building.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -764,11 +764,10 @@ some of CPython's modules (for example, ``zlib``).
764764

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

771-
.. tab:: dnf
770+
.. tab:: Fedora / RHEL / CentOS
772771

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

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

788-
.. tab:: apt
787+
.. tab:: Debian / Ubuntu
789788

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

0 commit comments

Comments
 (0)