Install pipenv
pip install pipenv --user
Navigate to folder then install dependencies
pipenv install
Start the virtual environment
pipenv shell
Configure the environment variables in .env
by following the example in .env.example
Run the code
python main.py
Make sure to always install using pipenv
pipenv install package-name