Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 365 Bytes

File metadata and controls

13 lines (10 loc) · 365 Bytes

Samvaad

A web-based chat forum for colleges.

Setting up and running the virtual enviornment (venv)

Execute this: python -m venv env This sets up a virtual enviornment named "env"

In order to start the venv based on the OS: Windows - env/Scripts/activate Linux - env/bin/activate

Installing dependencies

Execute this: python pip install -r requirements.txt