Installation
============

1. Git clone repository:

https://gitlab.tjhsst.edu/understudyathon-2020/group-1/schoolos.git

2. Install repository and create env

cd SkoolOS
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt