.. | ||
.env.example | ||
app.py | ||
README.md | ||
screencast_url.txt |
David Westgate 24 May 2024
HW6 for gensec
Setup + Run
Install python3, then
cd hw6
pip install -r requirements.txt
cp .env.example .env #fill in env file with key
python3 app.py
.. | ||
.env.example | ||
app.py | ||
README.md | ||
screencast_url.txt |
Install python3, then
cd hw6
pip install -r requirements.txt
cp .env.example .env #fill in env file with key
python3 app.py