Install pipenv
pip install pipenv --userNavigate to folder then install dependencies
pipenv installStart the virtual environment
pipenv shellConfigure the environment variables in .env by following the example in .env.example
Run the code
python main.pyMake sure to always install using pipenv
pipenv install package-name