Skip to content

Commit

Permalink
feat: update docs w/ pypi cli install
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 10, 2024
1 parent 4ddbc2b commit 0a5ef4c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@

## Installation

Install [Rust](https://rustup.rs/).
Then:
Install from [PyPI](https://pypi.org/project/cql2/):

```shell
pip install cql2
```

Or, if you have [Rust](https://rustup.rs/):

```shell
cargo install cql2-cli
Expand Down

0 comments on commit 0a5ef4c

Please sign in to comment.