This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
gensec-westgate-djw2/hw6/README.md
2024-05-18 11:59:53 -07:00

15 lines
215 B
Markdown

###### 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
```
### Results