Skip to content

Commit 685ffcb

Browse files
Docs: Change Linux dependencies tabs to use distribution names
1 parent 2465fe3 commit 685ffcb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

getting-started/setup-building.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,9 +765,9 @@ some of CPython's modules (for example, ``zlib``).
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
767767
are available. The best way to obtain these headers varies by distribution,
768-
but commands for some popular package managers are given below.
768+
but commands for some popular distributions are given below.
769769

770-
.. tab:: dnf
770+
.. tab:: Fedora / RHEL / CentOS
771771

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

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

787-
.. tab:: apt
787+
.. tab:: Debian / Ubuntu
788788

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

0 commit comments

Comments
 (0)