Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: David Rotermund <davrot@uni-bremen.de>
  • Loading branch information
davrot authored Aug 15, 2024
1 parent 7227d70 commit 698a438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow/python_pure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 698a438

Please sign in to comment.