Mercurial > odfcast
comparison README.rst @ 66:76838e53434c
Update REAME for py3o.template version
A new release of py3o.template has been created
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 28 Nov 2014 14:58:51 +0100 |
parents | 1e62ccffb395 |
children | 77c3e481bea9 |
comparison
equal
deleted
inserted
replaced
65:2926b497c29c | 66:76838e53434c |
---|---|
8 ------------ | 8 ------------ |
9 | 9 |
10 To be able to convert odf documents an installed version of OpenOffice or | 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 | 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. | 12 website of Open-/LibreOffice how to install them on your system. |
13 | |
14 Currently an unreleased version of py3o.template is required to work | |
15 correctly:: | |
16 | |
17 $ hg clone https://bitbucket.org/faide/py3o.template | |
18 $ pip install ./py3o.template | |
19 | 13 |
20 Install requirements:: | 14 Install requirements:: |
21 | 15 |
22 $ pip install -r requirements.txt | 16 $ pip install -r requirements.txt |
23 | 17 |