Skip to content

Commit 401b9ea

Browse files
committed
reareage docs
1 parent e746210 commit 401b9ea

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.rst

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616
.. image:: http://badge.kloud51.com/pypi/py_versions/htmlement.svg
1717
:target: https://pypi.python.org/pypi/htmlement
1818

19-
Installation
20-
------------
21-
::
22-
23-
pip install htmlement
24-
25-
-or- ::
26-
27-
pip install git+https://github.com/willforde/python-htmlement.git
28-
2919
Why another Python HTML Parser?
3020
-------------------------------
3121

@@ -47,6 +37,15 @@ A benefit of using "ElementTree" is that it can use a "C implementation" wheneve
4737
This "HTML Parser" extends `html.parser.HTMLParser`_ to build a tree of `ElementTree.Element`_ instances.
4838
The returned "root element" natively supports the ElementTree API.
4939

40+
Installation
41+
------------
42+
::
43+
44+
pip install htmlement
45+
46+
-or- ::
47+
48+
pip install git+https://github.com/willforde/python-htmlement.git
5049

5150
Parsing HTML
5251
------------

0 commit comments

Comments
 (0)