Install all Libraries

This script will install all the libraries that are required for the project from requirements.txt using pip.

Installation

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

run main.py

python main.py