This script will install all the libraries that are required for the project from requirements.txt using pip.
pip install -r requirements.txt
create a .env file in the root directory of the project and add all the environment variables in it.
touch .env
python main.py