We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f9500 commit 2c460d2Copy full SHA for 2c460d2
1 file changed
README.md
@@ -7,10 +7,16 @@ Experimental state: Only planes are implemented! Holes are not supported!
7

8
9
10
+## Installation
11
+
12
+```bash
13
+pip3 install stl2step
14
+```
15
16
## Usage
17
18
```bash
-python3 stl2step myfile.stl
19
+python3 -m stl2step myfile.stl
20
```
21
22
The out file is named similar to the input file: `myfile.step`, because it only replaces `.stl` with `.step`.
0 commit comments