Skip to content

Commit

Permalink
Deprecate suffix [cli]
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-van-Tol committed Jan 10, 2025
1 parent dc1c1ea commit e0a5bb8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ This project would not be possible without:
## Quick start
LitexCNC can be installed using pip:
```shell
pip install litexcnc[cli]
pip install litexcnc
```

> **NOTE: Suffix `[cli]` required!** <br>
> The suffix `[cli]` is required to install the command-line interface. Without this suffix the scripts referenced below will not work.
> **NOTE: Suffix `[cli]` deprecated!** <br>
> In previous versions the suffix `[cli]` was required. This requirement has been removed since version 1.2
> and deprecated since version 1.3. The suffix will be removed in version 1.4.
After installation of LitexCNC the following scripts are available to the user:
```shell
Expand Down

0 comments on commit e0a5bb8

Please sign in to comment.