diff --git a/README.md b/README.md index 1a4b064..6c3975f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Script to generate production files (part -> step, dxf, pdf) ## Automatic install will dowwnload the git repo, install everything and launch the program. copy paste this line in an **Administrator** powershell or windows terminal -`Set-ExecutionPolicy -ExecutionPolicy RemoteSigned; curl -o installFrom0.cmd https://git.lurenaud.com/lurenaud/SldwrksExporter/raw/branch/main/installFromZeroScript/installFrom0.cmd; .\installFrom0.cmd` +`curl -o installFrom0.cmd https://git.lurenaud.com/lurenaud/SldwrksExporter/raw/branch/main/installFromZeroScript/installFrom0.cmd; .\installFrom0.cmd` ## Manual install 1. Get the code: @@ -30,3 +30,9 @@ copy paste this line in an **Administrator** powershell or windows terminal ## Use: In terminal: `.\gui.py path\toFloderOfFiles` will generate step, pdf and dxf in a export folder Double click the gui.py file + +# Generate exe file + +Using auto-py-to-exe +`pip install auto-py-to-exe` +Works in single file but need to add the ps1 and ddl files in the same directory \ No newline at end of file