- Install Python 3.6+
- Install pip
- Download the repository as a
.zip
or by cloning. - Unzip the folder and open it with your favourite text editor.
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ python -m venv .venv
$ call .venv/Scripts/activate
$ pip install -r requirements.txt