Update README.md
Signed-off-by: David Rotermund <davrot@uni-bremen.de>
This commit is contained in:
parent
7227d70706
commit
698a438aca
1 changed files with 3 additions and 3 deletions
|
@ -58,9 +58,9 @@ Python installation (after the dependencies are solved):
|
||||||
```shell
|
```shell
|
||||||
mkdir PySource
|
mkdir PySource
|
||||||
cd PySource
|
cd PySource
|
||||||
wget https://www.python.org/ftp/python/3.12.3/Python-3.12.3.tgz
|
wget https://www.python.org/ftp/python/3.12.5/Python-3.12.5.tgz
|
||||||
tar -xvzf Python-3.12.3.tgz
|
tar -xvzf Python-3.12.5.tgz
|
||||||
cd Python-3.12.3
|
cd Python-3.12.5
|
||||||
./configure --prefix=/home/[YOURUSERNAME]/P3.12 --enable-optimizations
|
./configure --prefix=/home/[YOURUSERNAME]/P3.12 --enable-optimizations
|
||||||
make -j 10
|
make -j 10
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Reference in a new issue