diff options
author | Leonard Richardson <leonardr@segfault.org> | 2024-01-13 13:33:02 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2024-01-13 13:33:02 -0500 |
commit | c2518caaa04374c7090266fcc0bd91810af18c0c (patch) | |
tree | e1cfe78846907f32315d49635d9c10aa3fe4b38c /doc | |
parent | c9fe6065804af362c1c65ea85fece3cac31c2e82 (diff) |
Updated the name of the html5lib Debian package. [bug=2049267]
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/source/index.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index b88757b..4892e48 100755 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -228,9 +228,7 @@ Another alternative is the pure-Python `html5lib parser web browser does. Depending on your setup, you might install html5lib with one of these commands: -:kbd:`$ apt-get install python-html5lib` - -:kbd:`$ easy_install html5lib` +:kbd:`$ apt-get install python3-html5lib` :kbd:`$ pip install html5lib` |