Document installation.
This commit is contained in:
parent
38e6af3a00
commit
3691f7f3e6
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ Secretary use [the semantics of jinja2 templates][1] to render ODT files. Most f
|
||||||
|
|
||||||
Rendered documents are produced in ODT format, and can then be converted to PDF, MS Word or other supported formats using the UNO Bridge or a library like [PyODConverter][2]
|
Rendered documents are produced in ODT format, and can then be converted to PDF, MS Word or other supported formats using the UNO Bridge or a library like [PyODConverter][2]
|
||||||
|
|
||||||
|
## Installing
|
||||||
|
|
||||||
|
pip install secretary
|
||||||
|
|
||||||
## Rendering a Template
|
## Rendering a Template
|
||||||
|
|
||||||
from secreatary import Render
|
from secreatary import Render
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue