Skip to content

Commit a992f45

Browse files
committed
Document the install extras in the README/docs.
1 parent 7215038 commit a992f45

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,20 @@ Installation
9191
$ pip install jsonschema
9292
9393
94+
Extras
95+
======
96+
97+
Two extras are available when installing the package, both currently related to ``format`` validation:
98+
99+
* ``format``
100+
* ``format-nongpl``
101+
102+
They can be used when installing in order to include additional dependencies, e.g.:
103+
104+
.. code-block:: bash
105+
106+
$ pip install jsonschema'[format]'
107+
94108
.. start cut from PyPI
95109
96110
Running the Test Suite

0 commit comments

Comments
 (0)