Kit Deployment Instructions
In order to download and run the app in your machine,please follow the instruction below:
1.Git clone the application using the command: {git clone https://github.com/Collins200/ExamVideo_Monitor.git } in the linux terminal or use git bash for those using window pc's.(Git bash is an application the is a stand on its own that can be installed by searching the web browser for download)
2.Open the cloned folder and run the command: {python3 -m venv /path/to/new/virtual/environment} to create a python virtual environment.
3.Run the command: {. venv/bin/activate }to activate the python environment
4.Run the command : {pip install -r requirements.txt} to install all the required packages
5.Now stay happy!!!All is done!Run the command :{export FLASK_ENV=development} followed by the command:{flask run} to run your application.
3.Run the command :pip install