Installation¶
Git clone repository:¶
https://gitlab.tjhsst.edu/understudyathon-2020/group-1/skoolos.git
Install repository and create env¶
Run the following commands in order to install SkoolOS:
git clone https://gitlab.tjhsst.edu/understudyathon-2020/group-1/skoolos.git SkoolOS
cd SkoolOS
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt