codertjay / LMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS IS A LEARNING MANAGEMENT SYSTEM

Set Up

Git Cloning Repo

git clone git@github.com:codertjay/LMS.git

cd LMS

Activation Virtualenv

pip -h

pip install virtualenv

virtualenv env

if you are using windows

env\Scripts\activate.bat

else

source env/bin/activate

installing packages ( make sure you are in the root folder)

pip install -r

requirements.txt

About


Languages

Language:Python 100.0%