# HG changeset patch # User Björn Ricks # Date 1412000474 -7200 # Node ID f9dbc39ffedf2c187ad59e46bff87e39c8635b8e # Parent 26e6f2f00638a6eb3e0cc0a3021b7c24f87c9fb5 Update README for unreleased version of pyuno diff -r 26e6f2f00638 -r f9dbc39ffedf README.rst --- a/README.rst Mon Sep 29 16:19:05 2014 +0200 +++ b/README.rst Mon Sep 29 16:21:14 2014 +0200 @@ -11,6 +11,12 @@ $ pip install -r requirements.txt +Currently a unreleased version of py3o.renderers.pyuno is required to work +correctly:: + + $ hg clone https://bjoernricks@bitbucket.org/faide/py3o.renderers.pyuno pyuno + $ pip install ./pyuno + Run ---