Skip to content

Commit 2c460d2

Browse files
committed
README: fix usage, added installation
1 parent a0f9500 commit 2c460d2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ Experimental state: Only planes are implemented! Holes are not supported!
77
![screenshot of the output screw.step imported into FreeCAD](screw_step.png)
88

99

10+
## Installation
11+
12+
```bash
13+
pip3 install stl2step
14+
```
15+
1016
## Usage
1117

1218
```bash
13-
python3 stl2step myfile.stl
19+
python3 -m stl2step myfile.stl
1420
```
1521

1622
The out file is named similar to the input file: `myfile.step`, because it only replaces `.stl` with `.step`.

0 commit comments

Comments
 (0)