File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -781,9 +781,12 @@ some of CPython's modules (for example, ``zlib``).
781781 libncurses5-dev libreadline6-dev libsqlite3-dev libssl-dev \
782782 lzma lzma-dev tk-dev uuid-dev zlib1g-dev libmpdec-dev libzstd-dev
783783
784- Note that Debian 12 and Ubuntu 24.04 do not have the ``libmpdec-dev `` package. You can safely
785- remove it from the install list above and the Python build will use a bundled version.
786- Alternatively, you can install this package from https://deb.sury.org.
784+ Note that Debian 12 and Ubuntu 24.04 do not have the ``libmpdec-dev ``
785+ package. You can safely remove it from the install list above and the
786+ Python build will use a bundled version. But we recommend using the system
787+ `libmpdec <https://www.bytereef.org/mpdecimal/doc/libmpdec/ >`_ library.
788+ Either built it from sources or install this package from
789+ https://deb.sury.org.
787790
788791.. tab :: macOS
789792
You can’t perform that action at this time.
0 commit comments