SkoolOS/docs/source/install.rst
Raffu Khondaker 110cb613b8 chrome-driver
2020-06-16 21:05:34 -04:00

17 lines
258 B
ReStructuredText

Installation
============
Git clone repository:
-------
https://gitlab.tjhsst.edu/understudyathon-2020/group-1/schoolos.git
Install repository and create env
-------
cd SkoolOS
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt