Update README.md

This commit is contained in:
2024-11-28 23:15:10 -05:00
parent 50f0fd1885
commit 578ae83375

View File

@ -28,9 +28,10 @@ HUNT-AI helps threat hunting to make sure analysts are checking their boxes and
- On macOS/Linux
- `python3 -m venv hunt-ai`
- `source hunt-ai/bin/activate`
- `pip install flask flask_sqlalchemy flask_login`
5. Install requirements
`pip install -r requirements.txt`
- On macOS/Linux
- `pip install flask flask_sqlalchemy flask_login`
6. `python3 app.py`
----