Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 484 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 484 Bytes

Installation Steps

Steps :

  1. Install virtual environment by running the command on your local : "pip install virtualenv"
  2. cd to your cloned repository and create a venv by running : "python -m venv env"
  3. activate the environment as : ".\env\Scripts\activate"
  4. The repository contains requirements.txt file for installing all necessary packages. Run the command "pip install -r requirements.txt"
  5. Run the command "python main.py" to run the server in the dev environment