Skip to content

Commit 73c36f2

Browse files
authored
Update documentation to include a link to the GitHub repo and installation instructions (#147)
1 parent e5a007a commit 73c36f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@
66
python-json-patch
77
=================
88

9-
*python-json-patch* is a Python library for applying JSON patches (`RFC 6902
9+
`python-json-patch <https://github.com/stefankoegl/python-json-patch>`_
10+
is a Python library for applying JSON patches (`RFC 6902
1011
<http://tools.ietf.org/html/rfc6902>`_). Python 2.7 and 3.4+ are
1112
supported. Tests are run on both CPython and PyPy.
1213

14+
**Installation**
15+
.. code-block:: bash
16+
$ pip install jsonpatch
17+
..
1318
1419
**Contents**
1520

0 commit comments

Comments
 (0)