From d9aad27449760d3db95b38d96730591f2b16a5e5 Mon Sep 17 00:00:00 2001 From: Lurenaud Date: Tue, 7 Feb 2023 19:49:32 +0100 Subject: [PATCH] Update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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