diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:13:53 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:54 -0400 |
commit | 7377d72c14eed60a064297a94796dd2606eb0b19 (patch) | |
tree | a3526a711f98a625b7ebc8d183eb02baaf3ff726 /python/feedparser | |
parent | 4d33720f3634efc7feb1abf6c39a0584ac1bbf38 (diff) | |
download | slackbuilds-7377d72c14eed60a064297a94796dd2606eb0b19.tar.gz |
python/feedparser: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/feedparser')
-rw-r--r-- | python/feedparser/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/feedparser/README b/python/feedparser/README index 97ea1ec77a..69c6271bd7 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 |