You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
276 B
12 lines
276 B
Install the required python libs:
|
|
|
|
.. code::
|
|
|
|
pip install py3o.template
|
|
pip install py3o.formats
|
|
|
|
To allow the conversion of ODT or ODS reports to other formats (PDF, DOC, DOCX, etc.), install libreoffice:
|
|
|
|
.. code::
|
|
|
|
apt-get --no-install-recommends install libreoffice
|