From 578ae833753433e30af92a4f358eb9be55202318 Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Thu, 28 Nov 2024 23:15:10 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c89cad1..b9937f5 100644 --- a/README.md +++ b/README.md @@ -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` ----