Please adhere to the following steps:
- Fork the repository.
- Clone into local machine using the following command in terminal/git bash. Make sure to have git installed in your system.
git clone <https_link_of_your_repo>
- Create a virtual environment using the following command.
python -m venv venv
- Install the necessary libraries using the following command.
pip install -r requirements.txt
- Make the necessary changes to the code and push to your repository.
- Make a pull request to this repository.
Deadline
: 22nd August 2023