Skip to content

Commit

Permalink
🔧 Add alternative installation for Debian/Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Apr 25, 2024
1 parent 634720b commit e7e3433
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ installed, that is no problem either.
version of Python exists in your Linux distribution, I recommend you to use
it.

If you still want to install a more up-to-date Python version, you can do
this for Debian or Ubuntu, for example, as follows:

.. code-block:: console
$ wget https://www.python.org/ftp/python/3.12.3/Python-3.12.3.tgz
$ tar xf Python-3.12.3.tgz
$ cd Python-3.12.3
$ ./configure --enable-optimizations
$ sudo make altinstall
.. tab:: macOS

You need a Python version that matches your macOS and processor. Once you
Expand Down

0 comments on commit e7e3433

Please sign in to comment.