We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bf09a commit ccb098aCopy full SHA for ccb098a
README.md
@@ -43,6 +43,12 @@ Or [Pipenv](https://pipenv.pypa.io/en/latest/):
43
pipenv install -u python-jsonpath
44
```
45
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
52
## Links
53
54
- Documentation: https://jg-rp.github.io/python-jsonpath/.
docs/index.md
@@ -20,6 +20,12 @@ Or [Pipenv](https://pipenv.pypa.io/en/latest/):
20
pipenv install python-jsonpath
21
22
23
24
25
26
27
28
29
## Example
30
31
```python
0 commit comments