- Python 3.8 is required.
Pull project and install requirements to virtual environment (https://pypi.org/project/virtualenv/). Then run.
$ git clone https://github.com/aclich/smart-seat-api.git
$ cd smart-seat-api
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python -m main