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 7215038 commit a992f45Copy full SHA for a992f45
README.rst
@@ -91,6 +91,20 @@ Installation
91
$ pip install jsonschema
92
93
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
108
.. start cut from PyPI
109
110
Running the Test Suite
0 commit comments