Skip to content

Latest commit

 

History

History

hot-dog-not-hot-dog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

HotDogGPT 💬 + 🌭

💻 Install

# create and activate virtual environment
python3 -m venv venv
source venv/bin/activate

# install dependencies
pip install -r requirements.txt