Clone the repo
git clone www.github.com/bjoekeldude/gaussian_generator.git
Move into the directory
cd gaussian_generator/
Create virtual environment
python3.9 -m venv env
Source the virtual environment
source ./env/bin/activate
Install dependencies
pip install -r requirements.txt
Run script and follow the instructions given there
./generator.py -h