Poseidon - ERP Attendance Scraper To download the source git clone https://github.com/The-SCRIPT-Group/Poseidon.git To get your environment setup with the required libraries pip install -r requirements.txt To update dependencies pip install -U -r requirements.txt You can install the dependencies in a virtualenv if you so desire To run the application with the flask development server python3 api.py or with gunicorn gunicorn api:app