From 698a438aca2aa2d19c896754ba29b0c84248e46d Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Thu, 15 Aug 2024 20:00:02 +0200 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund --- workflow/python_pure/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/python_pure/README.md b/workflow/python_pure/README.md index dfe302c..f8e55c8 100644 --- a/workflow/python_pure/README.md +++ b/workflow/python_pure/README.md @@ -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