Brief introduction to the project.
- Python 3.x installed on your system
venv
module (usually included with Python 3.x)
-
Clone the Repository:
git clone <repository-url> cd <repository-name>
-
To Create virtual environment
python -m venv venv venv\Scripts\activate (for Windows) source venv/bin/activate (for Linux/Mac)
3.Install Requirements
pip install -r requirements.txt