A web-based chat forum for colleges.
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
Execute this: python pip install -r requirements.txt