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 6c21db2 commit 0fe6df4Copy full SHA for 0fe6df4
README.rst
@@ -91,13 +91,15 @@ More documentation is available at https://html5lib.readthedocs.io/.
91
Installation
92
------------
93
94
-html5lib works on CPython 2.7+, CPython 3.4+ and PyPy. To install it,
95
-use:
+html5lib works on CPython 2.7+, CPython 3.5+ and PyPy. To install:
96
97
.. code-block:: bash
98
99
$ pip install html5lib
100
+The goal is to support a (non-strict) superset of the versions that [pip
101
+supports](https://pip.pypa.io/en/stable/installing/#python-and-os-compatibility).
102
+
103
104
Optional Dependencies
105
---------------------
0 commit comments