mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-20 04:10:18 -04:00
17 lines
258 B
ReStructuredText
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
|
|
|