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 e5a007a commit 73c36f2Copy full SHA for 73c36f2
doc/index.rst
@@ -6,10 +6,15 @@
6
python-json-patch
7
=================
8
9
-*python-json-patch* is a Python library for applying JSON patches (`RFC 6902
+`python-json-patch <https://github.com/stefankoegl/python-json-patch>`_
10
+is a Python library for applying JSON patches (`RFC 6902
11
<http://tools.ietf.org/html/rfc6902>`_). Python 2.7 and 3.4+ are
12
supported. Tests are run on both CPython and PyPy.
13
14
+**Installation**
15
+.. code-block:: bash
16
+ $ pip install jsonpatch
17
+..
18
19
**Contents**
20
0 commit comments