Skip to content

Commit 7827c56

Browse files
authored
Update PyPI install instructions in README.md
1 parent cd91a1b commit 7827c56

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ cq-cli --help
4040

4141
It is strongly recommended to use a Python virtual environment when installing via pip.
4242

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:
4450

4551
```
4652
pip install git+https://github.com/CadQuery/cq-cli.git
@@ -203,4 +209,4 @@ This repository has five GitHub Actions workflows in \`.github/workflows\`:
203209

204210
**Builds per OS - WIP**
205211
- `pyinstaller.yml\`: Manually triggered PyInstaller builds for Linux, macOS, and Windows.
206-
- `pyinstaller-builds-actions.yml\`: Alternate/manual conda-based cross-platform PyInstaller build workflow.
212+
- `pyinstaller-builds-actions.yml\`: Alternate/manual conda-based cross-platform PyInstaller build workflow.

0 commit comments

Comments
 (0)