From a43dad6b92514f5f566cae5dade6717c83c1bc20 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 7 Dec 2023 20:14:49 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- workflow/python_pure/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/workflow/python_pure/README.md b/workflow/python_pure/README.md index 8b13789..4b577c9 100644 --- a/workflow/python_pure/README.md +++ b/workflow/python_pure/README.md @@ -1 +1,15 @@ +## Windows + +We need to download a suitable Python version from [https://www.python.org](https://www.python.org). In the case we want to use PyTorch [check here](https://pytorch.org/get-started/locally/#windows-python) or TensorFlow [check here](https://www.tensorflow.org/install/pip#software_requirements) we need to check if the Python version is okay. + +I downloded this file: +[https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe](https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe) + +Image1.png + +Select "Add python.exe to Path" and then press "Install Now". + + + +