Setup

  • PyPi installation

      $ pip install wtrobot
    
  • Installation from sources

Important

Install make and jinja2-cli package

$ git clone <repo url>
$ cd <project dir>
$ make local

Configuration

You can pass config file or cli will generated it for you.

TBD…