Source archive downloads:

Version 0.1.0
commit hash: 5a25c30a5c3e7
tar.gz archive MD5 checksum: 002aa45733c237775aa38b19bb53e0b1

Git repository

From github:

git clone https://github.com/mfrigerio17/robcogen2.git

Install

pip install robcogen2

Alternatively, install the latest development version with pip from your local clone:

pip install .

Requirements

Sample procedure

mkdir .venv && python3 -m venv .venv && source .venv/bin/activate
pip install robcogen2
luarocks install template-text
eval `luarocks path`   # because we installed the module user-wide
rcg --help             # see if it works