SldwrksExporter/README.md
2023-02-06 12:14:52 +01:00

29 lines
667 B
Markdown

# SldwrksExporter
Script to generate production files (part -> step, dxf, pdf)
## Prerequisite:
- python
- (git)
## Install:
1. Get the code:
- `git clone https://git.lurenaud.com/lurenaud/SldwrksExporter.git`
2. Setup python env
- create venv `python -m venv .venv`
- activate environement `.venv\Script\Activate.ps1`
- install requirements `pip install -r requirements.txt`
## Common errors:
- Cannot activate venv, script : in an admin terminal run `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser`
## Use:
`.\run.py path\Part1` (without extension) will generate step, pdf and dxf in path
For multiple files, add them in argument