Skip to content

ParthipPR/IntelliProctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IntelliProctor

Introduction

Brief introduction to the project.

Prerequisites

  • Python 3.x installed on your system
  • venv module (usually included with Python 3.x)

Setup Instructions

  1. Clone the Repository:

    git clone <repository-url>
    cd <repository-name>
  2. To Create virtual environment

    python -m venv venv
    venv\Scripts\activate (for Windows)
    source venv/bin/activate (for Linux/Mac)

3.Install Requirements

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published