Mercurial > odfcast
comparison README.rst @ 38:2f03f909d69c
Update README
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Thu, 16 Oct 2014 12:08:25 +0200 |
parents | f9dbc39ffedf |
children | 49bcd77a94d7 |
comparison
equal
deleted
inserted
replaced
37:5c3aba401382 | 38:2f03f909d69c |
---|---|
1 odfcast | 1 odfcast |
2 ======= | 2 ======= |
3 | 3 |
4 A conversion http service based on py3o and PyPDF2 | 4 A conversion http service based on Open-/LibreOffice, py3o and PyPDF2 |
5 | 5 |
6 | 6 |
7 Installation | 7 Installation |
8 ------------ | 8 ------------ |
9 | 9 |
10 To be able to convert odf documents an installed version of OpenOffice or | |
11 LibreOffice is required for odfcast. Please take a look at the corresponding | |
12 website of Open-/LibreOffice how to install them on your system. | |
13 | |
10 Install requirements:: | 14 Install requirements:: |
11 | 15 |
12 $ pip install -r requirements.txt | 16 $ pip install -r requirements.txt |
13 | 17 |
14 Currently a unreleased version of py3o.renderers.pyuno is required to work | 18 Currently an unreleased version of py3o.renderers.pyuno is required to work |
15 correctly:: | 19 correctly:: |
16 | 20 |
17 $ hg clone https://bjoernricks@bitbucket.org/faide/py3o.renderers.pyuno pyuno | 21 $ hg clone https://bjoernricks@bitbucket.org/faide/py3o.renderers.pyuno pyuno |
18 $ pip install ./pyuno | 22 $ pip install ./pyuno |
19 | 23 |