Update README.md

Signed-off-by: David Rotermund <davrot@uni-bremen.de>
This commit is contained in:
David Rotermund 2024-08-15 20:00:02 +02:00 committed by GitHub
parent 7227d70706
commit 698a438aca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,9 +58,9 @@ Python installation (after the dependencies are solved):
```shell
mkdir PySource
cd PySource
wget https://www.python.org/ftp/python/3.12.3/Python-3.12.3.tgz
tar -xvzf Python-3.12.3.tgz
cd Python-3.12.3
wget https://www.python.org/ftp/python/3.12.5/Python-3.12.5.tgz
tar -xvzf Python-3.12.5.tgz
cd Python-3.12.5
./configure --prefix=/home/[YOURUSERNAME]/P3.12 --enable-optimizations
make -j 10
make install