Update README.md

This commit is contained in:
Max Halford 2021-12-22 20:43:44 +01:00 committed by GitHub
parent 07063abf72
commit 9f9525601b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,13 +24,13 @@ pip install -r requirements.txt
You can generate an STL with the same name as the input file like this:
```py
```sh
python svg2stl.py example.svg --thickness 4
```
You can also show what this looks like in a GUI:
```py
```sh
python svg2stl.py example.svg --thickness 4 --show
```