Update readme
This commit is contained in:
parent
5036cc0eba
commit
d9aad27449
@ -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
|
Loading…
Reference in New Issue
Block a user