Initial commit
This commit is contained in:
commit
28b217e134
1 changed files with 6 additions and 0 deletions
6
README.md
Normal file
6
README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
```sh
|
||||||
|
git clone https://github.com/MaxHalford/svg2stl
|
||||||
|
cd svg2stl
|
||||||
|
pip install -r requirements.txt
|
||||||
|
python svg2stl.py example.svg --thickness 4
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue