Follow these steps to set up and run the project:
git clone <repository-url>
cd <repository-name>git checkout lahiru-devpython -m venv venvvenv\Scripts\activatesource venv/bin/activatepip install -r requirements.txtpython main.py- Make sure you have Python installed on your system
- The virtual environment helps isolate project dependencies
- Always activate the virtual environment before running the project
- To deactivate the virtual environment, simply run
deactivate