My Python Project Installation Steps to set up the project: Clone the repo Set up virtual enviroment source venv/bin/activate Install dependencies using pip install -r requirements.txt or in one line source venv/bin/activate; pip install -r requirements.txt