To initialize the project, run the following commands:
- sudo apt-get install python3-venv
- python3 -m venv env (If not made a virtual environment before)
- pip3 install -r requirements.txt
- Whenever you start working on the project, type the command: $ source env/bin/activate
- After working on the project, type the command: $ deactivate