update readme: add one line install python
This commit is contained in:
parent
d1d32c6404
commit
ba8ed298a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user