# HG changeset patch # User Björn Ricks # Date 1414149905 -7200 # Node ID 4296a4daac74b712115a2b29f9cc5af68d2659d1 # Parent 49bcd77a94d74f44866328abb09e0c5a92be66d0 A not released version of py3o.template is currently required diff -r 49bcd77a94d7 -r 4296a4daac74 README.rst --- a/README.rst Fri Oct 24 13:20:15 2014 +0200 +++ b/README.rst Fri Oct 24 13:25:05 2014 +0200 @@ -15,6 +15,12 @@ $ pip install -r requirements.txt +Currently an unreleased version of py3o.template is required to work +correctly:: + + $ hg clone https://bjoernricks@bitbucket.org/faide/py3o.template + $ pip install ./py3o.template + Run ---