summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>2018-11-25 22:18:48 +0900
committerTsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>2018-11-25 22:18:48 +0900
commit3436b9b28322f8be4034ba20c2800536c61f1d75 (patch)
tree0331b783e8d73bb75870e9a27a8f4e852dabc38f /README.rst
parent46edbb82d399e3b858fabd5b158c5aff00f5c64b (diff)
downloadjsonschema-3436b9b28322f8be4034ba20c2800536c61f1d75.tar.gz
Add installation instructions to README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d3bf956..2401980 100644
--- a/README.rst
+++ b/README.rst
@@ -72,6 +72,16 @@ Features
of which properties or items failed validation.
+Installation
+------------
+
+``jsonschema`` is available on `PyPI <https://pypi.org/project/jsonschema/>`_. You can install using `pip <https://pip.pypa.io/en/stable/>`_:
+
+.. code-block:: bash
+
+ $ pip install jsonschema
+
+
Release Notes
-------------