8000 More README fixes for pipy and github. Bump to version 0.2.2 · petrichorcode/python-readability@6bf4948 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bf4948

Browse files
committed
More README fixes for pipy and github. Bump to version 0.2.2
1 parent f189ab9 commit 6bf4948

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Based on:
1616
- "BR to P" fix from readability.js which improves quality for smaller texts.
1717
- Github users contributions.
1818

19+
Installation::
20+
21+
easy_install readability-xml
22+
or
23+
pip install readability-xml
24+
1925
Usage::
2026

2127
from readability.readability import Document

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="readability-lxml",
6-
version="0.2.1",
6+
version="0.2.2",
77
author="Yuri Baburov",
88
author_email="burchik@gmail.com",
99
description="fast python port of arc90's readability tool",

0 commit comments

Comments
 (0)
0