Skip to content

Commit ccb098a

Browse files
committed
docs: install from conda
1 parent a5bf09a commit ccb098a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ Or [Pipenv](https://pipenv.pypa.io/en/latest/):
4343
pipenv install -u python-jsonpath
4444
```
4545

46+
Or from [conda-forge](https://anaconda.org/conda-forge/python-jsonpath):
47+
48+
```console
49+
conda install -c conda-forge python-jsonpath
50+
```
51+
4652
## Links
4753

4854
- Documentation: https://jg-rp.github.io/python-jsonpath/.

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Or [Pipenv](https://pipenv.pypa.io/en/latest/):
2020
pipenv install python-jsonpath
2121
```
2222

23+
Or from [conda-forge](https://anaconda.org/conda-forge/python-jsonpath):
24+
25+
```console
26+
conda install -c conda-forge python-jsonpath
27+
```
28+
2329
## Example
2430

2531
```python

0 commit comments

Comments
 (0)