From 870ac5b19c97c2e8d58b47a531e2d419663ee4fb Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Sat, 30 Nov 2024 13:57:16 -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 c85032e..136f32a 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ HUNT-AI helps threat hunting to make sure analysts are checking their boxes and - `python3 -m venv hunt-ai` - `source hunt-ai/bin/activate` 5. Install requirements -`pip install -r requirements.txt` - On Windows & macOS/Linux + - `pip install -r requirements.txt` + - if that fails - `pip install flask flask_sqlalchemy flask_login` 6. Start - On Windows