Skip to content

Project Setup Instructions

Yash Bansod edited this page Jun 26, 2022 · 1 revision
  • Setup a virtual interpreter (optional)
 python -m venv venv
  • Activate the virtual interpreter (if setup)

Ubuntu:

./venv/bin/activate

Windows:

./venv/Scripts/activate
  • Install project requirements
pip install -r requirements.txt
Clone this wiki locally