# HG changeset patch # User Björn Ricks # Date 1413454105 -7200 # Node ID 2f03f909d69cb09e643211a56099975bb932ca0d # Parent 5c3aba40138251470b503daf7e7cac950662a767 Update README diff -r 5c3aba401382 -r 2f03f909d69c README.rst --- a/README.rst Thu Oct 16 12:01:34 2014 +0200 +++ b/README.rst Thu Oct 16 12:08:25 2014 +0200 @@ -1,17 +1,21 @@ odfcast ======= -A conversion http service based on py3o and PyPDF2 +A conversion http service based on Open-/LibreOffice, py3o and PyPDF2 Installation ------------ +To be able to convert odf documents an installed version of OpenOffice or +LibreOffice is required for odfcast. Please take a look at the corresponding +website of Open-/LibreOffice how to install them on your system. + Install requirements:: $ pip install -r requirements.txt -Currently a unreleased version of py3o.renderers.pyuno is required to work +Currently an unreleased version of py3o.renderers.pyuno is required to work correctly:: $ hg clone https://bjoernricks@bitbucket.org/faide/py3o.renderers.pyuno pyuno