Skip to content

Commit 9b35c81

Browse files
authored
Updated installation instructions
1 parent b553028 commit 9b35c81

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)