Update readme

This commit is contained in:
Lurenaud 2023-02-07 19:49:32 +01:00
parent 5036cc0eba
commit d9aad27449

View File

@ -10,7 +10,7 @@ Script to generate production files (part -> step, dxf, pdf)
## Automatic install ## Automatic install
will dowwnload the git repo, install everything and launch the program. will dowwnload the git repo, install everything and launch the program.
copy paste this line in an **Administrator** powershell or windows terminal 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 ## Manual install
1. Get the code: 1. Get the code:
@ -30,3 +30,9 @@ copy paste this line in an **Administrator** powershell or windows terminal
## Use: ## Use:
In terminal: `.\gui.py path\toFloderOfFiles` will generate step, pdf and dxf in a export folder In terminal: `.\gui.py path\toFloderOfFiles` will generate step, pdf and dxf in a export folder
Double click the gui.py file 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