From ba8ed298a6a5a9be1d44ded8b0ac6ac5c5b9e136 Mon Sep 17 00:00:00 2001 From: Lurenaud Date: Tue, 7 Feb 2023 17:47:10 +0100 Subject: [PATCH] update readme: add one line install python --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8275263..1a4b064 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Script to generate production files (part -> step, dxf, pdf) ## Prerequisite: -- python (to install type python in terminal, it will open the windows store to install it) +- python (to install type python in terminal, it will open the windows store to install it) (or: `curl -o python.exe https://www.python.org/ftp/python/3.11.1/python-3.11.1-amd64.exe; python.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0`) - git (install: `winget install --id Git.Git -e --source winget`) ## Automatic install