Imports rearrangements, readme reformat, basic stuff.

Smoke tests are 100/100.
This commit is contained in:
2026-05-13 22:13:58 +02:00
parent 3d38ae9633
commit fa24530bc5
13 changed files with 53 additions and 47 deletions
+5 -5
View File
@@ -125,17 +125,17 @@ managers), i.e:
(venv) $ cd ebook-converter
(venv) $ pip install --no-binary lxml .
Note: the ``--no-binary lxml`` flag is required to ensure ``lxml`` is compiled
against the same system ``libxml2`` as ``html5-parser``. Without it, pip may
install a pre-built ``lxml`` wheel bundling a different ``libxml2`` version,
which causes a ``RuntimeError``.
Simple as that. And from now on, you can issue converter:
.. code:: shell-session
(venv) $ ebook-converter book.docx book.lrf
.. note:: The ``--no-binary lxml`` flag is required to ensure ``lxml`` is
compiled against the same system ``libxml2`` as ``html5-parser``. Without
it, pip may install a pre-built ``lxml`` wheel bundling a different
``libxml2`` version, which causes a ``RuntimeError``.
License
-------