# Install python 3.11.7 with pyenv
$ pyenv install 3.11.7
$ pyenv local 3.11.7
# Install poetry
$ pipx install poetry
# Start shell environment and install deps
$ poetry shell
$ poetry add python-telegram-bot openai python-dotenv
Follow course instructions for obtaining a Telegram chatbot api key and OpenAI API key