mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-18 21:26:41 +02:00
Update README.md
Signed-off-by: David Rotermund <davrot@uni-bremen.de>
This commit is contained in:
parent
9c6e85755a
commit
0780cefe2f
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ We need to download a suitable Python version from [https://www.python.org](http
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
I downloaded this file:
|
I downloaded this file:
|
||||||
[https://www.python.org/ftp/python/3.11.7/python-3.11.9-amd64.exe](https://www.python.org/ftp/python/3.11.7/python-3.11.9-amd64.exe)
|
[https://www.python.org/ftp/python/3.12.7/python-3.12.7-amd64.exe](https://www.python.org/ftp/python/3.12.7/python-3.12.7-amd64.exe)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -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.5/Python-3.12.5.tgz
|
wget https://www.python.org/ftp/python/3.12.7/Python-3.12.7.tgz
|
||||||
tar -xvzf Python-3.12.5.tgz
|
tar -xvzf Python-3.12.7.tgz
|
||||||
cd Python-3.12.5
|
cd Python-3.12.7
|
||||||
./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…
Add table
Reference in a new issue