15 lines
215 B
Markdown
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
|