HotDogGPT 💬 + 🌭 💻 Install # create and activate virtual environment python3 -m venv venv source venv/bin/activate # install dependencies pip install -r requirements.txt