Installation ============ Requirements ------------ To use XIST you need the following software packages: * `Python 3.13`_; * `cssutils`_; * `Pillow`_ (if you want to use automatic image size calculation); * `lxml`_ (if you want to parse "broken" HTML; at least version 3.0); * `oracledb`_ (if you want to use :mod:`ll.orasql`); * `pytest`_ (if you want to run the test suite) * `execnet`_ (if you want to use ssh URLs) * and a C compiler supported by pip, if you want to install the source distribution. .. _Python 3.13: https://www.python.org/ .. _cssutils: https://cthedot.de/cssutils/ .. _Pillow: https://python-pillow.github.io/ .. _lxml: https://lxml.de/ .. _links: http://links.twibright.com/ .. _oracledb: https://oracle.github.io/python-oracledb/ .. _pytest: https://docs.pytest.org/ .. _execnet: https://execnet.readthedocs.io/ Installation ------------ pip is used for installation so you can install this package with the following command: .. sourcecode:: console $ pip install ll-xist For some versions a Windows distribution is provided. To install it, double click it, and follow the instructions.