Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 425 Bytes

README.rst

File metadata and controls

19 lines (13 loc) · 425 Bytes

Example code for pyGrunn presentation

Run demo

$ git clone https://github.com/lewicki/pygrunn_robot_demo.git
$ cd pygrunn_robot_demo
$ virtualenv .
$ . bin/activate
$ python bootstrap.py
$ bin/buildout
$ bin/sphinx-build -b html docs build

Code inspired by *plone.thempreview* product .