Requires Python 3.10+ to run correctly!
# Clone this repository or download the zip file
git clone https://github.com/dammaer/erps-mutation.git
# Go to the folder
cd erps-mutation/
# Creation and activation of virtual environment
python3 -m venv venv
source venv/bin/activate
# Installing required packages
pip install -r requirements.txt