Skip to content

Installation

StupidGen itself is written in python, so you will need to have python installed to run it.

The latest release can be installed with:

pip install stupidgen

Alternatively, you can install the latest development version instead with:

git clone https://framagit.org/squirrrr/stupidgen.git
cd stupidgen 
pip install .