Skip to content

Commit 507cac6

Browse files
authored
Wrote install method (#13)
1 parent bfc8589 commit 507cac6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jqp is a JSON processor with Python one-liner.
1111

1212
- Python 2.7, 3.3, 3.4, 3.5
1313

14+
## Install
15+
16+
```
17+
$ pip install jqp
18+
```
19+
1420
## Usage
1521

1622
jqp parses each line as a JSON object, and evaluates a given expression.

0 commit comments

Comments
 (0)