aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/feedparser/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/feedparser/README b/python/feedparser/README
index 97ea1ec77af3..69c6271bd76c 100644
--- a/python/feedparser/README
+++ b/python/feedparser/README
@@ -1,7 +1,8 @@
feedparser is a Python utility library to parse RSS and Atom feeds.
-Since update to version 6.0.8, along with sgmllib being dropped from python3
-it is now necessary to manually add necessary sgml support by running (as root):
+Since update to version 6.0.8, along with sgmllib being dropped from
+python3 it is now necessary to manually add necessary sgml support by
+running (as root):
python3 -m pip install sgmllib3k
This will enable 'import feedparser' to work as expected with python3