Source archive downloads:
Version 0.1.0
commit hash:
5a25c30a5c3e7tar.gz archive MD5 checksum:
002aa45733c237775aa38b19bb53e0b1Git 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
- Python >= 3.9
- Lua >= 5.2
- The template-text Lua module
- (Python dependencies are installed by Pip)
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