Simple flask API Installation In order to install this repo you have to do the following: python3 -m venv venv source venv/bin/activate pip install -r requirements.txt