Skip to content

Commit ccec198

Browse files
committed
Update README for installation with pipx and CLI usage
1 parent cf00cc7 commit ccec198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The JSONata documentation can be found [here](https://jsonata.org).
1818
## Installation
1919

2020
```
21-
pip install jsonata-python
21+
pipx install jsonata-python
2222
```
2323

2424
## Getting Started
@@ -39,7 +39,7 @@ A very simple start:
3939
The CLI provides the same functionality as the [Dashjoin JSONata CLI](https://github.com/dashjoin/jsonata-cli).
4040

4141
```
42-
% python3 -m jsonata.cli
42+
% jsonata -h
4343
usage: jsonata.cli [-h] [-v] [-e <file>] [-i <arg>] [-ic <arg>] [-f {auto,json,string}] [-o <arg>] [-oc <arg>] [-time] [-c] [-b <json-string>]
4444
[-bf <file>] [-it]
4545
[expr]

0 commit comments

Comments
 (0)