20161027 (Thursday, 27 October 2016)¶
There was a documentation bug in Install your Lino developer environment which I discovered
thanks to Leena: the guide instructed you to install three
packages using pip install -e
: lino, xl and book. But
Lino Così was missing there! It is required by book, and if it was
not installed from a clone before installing book, pip will install it
from PyPI, and that’s a rather old version.
I updated the page, and I also added a new section Troubleshooting