You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,13 @@ cq-cli --help
40
40
41
41
It is strongly recommended to use a Python virtual environment when installing via pip.
42
42
43
-
cq-cli is not available on PyPI, so it must be installed from source using pip and git. git must be installed for this to work.
43
+
To install the latest release from PyPI, use the following command:
44
+
```
45
+
pip install cadquery-cli
46
+
```
47
+
**Note:** There was a naming collision on PyPI which required the package name to be `cadquery-cli` rather than `cq-cli`. The command name stays the same after installation though.
48
+
49
+
To install the latest development version instead of the stable release, use the following command:
0 commit comments