install: Remove details about installing python and distutils

They are not useful anymore.
This commit is contained in:
2022-05-11 23:18:23 +02:00
parent aa3151a5e8
commit d4860a6677

View File

@ -62,21 +62,6 @@ Python will usually come by installed by default in your distribution. If not,
grab the appropriate packages from the distribution's repository, or download grab the appropriate packages from the distribution's repository, or download
it from https://python.org. it from https://python.org.
If you're installing Python using your distribution's packages, you may need a
''python-dev'' or ''python-devel'' package installed, too. To see if this is
the case, open up a terminal, start python, and run:
.. code-block:: python
import distutils
If it works, you're good to go. Otherwise, install the ``python3-dev`` or
``python3-devel`` package and try again.
You may also install "manually" by downloading the source archive from
https://python.org, and compiling it. That is outside the scope of this guide,
however.
Install Limnoria Install Limnoria
---------------- ----------------