Skip to content

Commit d6026a8

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 4dbaa28 + 9b35c81 commit d6026a8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,18 @@ Gcode vpype plugin. Write gcode files for the vpype pipeline. The output format
99

1010

1111
# Installing
12-
`$ pip install vpype-gcode`
12+
13+
pipx-based *vpype* install:
14+
15+
```
16+
$ pipx inject vpype vpype-gcode
17+
```
18+
19+
Global or venv-based *vpype* install:
20+
21+
```
22+
$ pip install vpype-gcode
23+
```
1324

1425
# Usage
1526

0 commit comments

Comments
 (0)