We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dbaa28 + 9b35c81 commit d6026a8Copy full SHA for d6026a8
1 file changed
README.md
@@ -9,7 +9,18 @@ Gcode vpype plugin. Write gcode files for the vpype pipeline. The output format
9
10
11
# Installing
12
-`$ pip install vpype-gcode`
+
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
24
25
# Usage
26
0 commit comments