Update readme
This commit is contained in:
parent
d9aad27449
commit
28619792b2
10
README.md
10
README.md
@ -2,6 +2,14 @@
|
||||
|
||||
Script to generate production files (part -> step, dxf, pdf)
|
||||
|
||||
# Usage:
|
||||
1. Download the latest release: https://git.lurenaud.com/lurenaud/SldwrksExporter/releases
|
||||
2. Unzip and run the export.exe file
|
||||
3. Select the folder with the parts, to generate the production files
|
||||
4. Open and wait
|
||||
It works faster with solidworks closed
|
||||
|
||||
# Source
|
||||
|
||||
## Prerequisite:
|
||||
- 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`)
|
||||
@ -31,7 +39,7 @@ copy paste this line in an **Administrator** powershell or windows terminal
|
||||
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
|
||||
## Generate exe file
|
||||
|
||||
Using auto-py-to-exe
|
||||
`pip install auto-py-to-exe`
|
||||
|
Loading…
Reference in New Issue
Block a user