- Install python v3.8+
- Install git-bash
- Install just
just is supposed to be used from git-bash
- Clone this repository
- Open git-bash in the directory
- Set up virtual environment:
python -m venv venv
source venv/Scripts/activate
- Install requirements
python -m pip install -r requirements.txt