Python 3.1.*
git clone https://github.com/Kitsumetri/hovercraft_grant.git
cd hovercraft_grant
py -m venv env
env\scripts\activate
pip3 install -r requirements.txt
py main.py
git clone https://github.com/Kitsumetri/hovercraft_grant.git
cd hovercraft_grant
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py