From 0baa5703930e6160500231ed9f4fcd5129e9109c Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Thu, 28 Nov 2024 23:24:30 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9937f5..997595c 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,15 @@ HUNT-AI helps threat hunting to make sure analysts are checking their boxes and - you should see `app.py` 4. Set Enviroment - On Windows - `.\venv\Scripts\activate` + - `python -m venv hunt-ai` + - `hunt-ai\Scripts\activate` -cmd + - `.\hunt-ai\Scripts\Activate` - ps1 - On macOS/Linux - `python3 -m venv hunt-ai` - `source hunt-ai/bin/activate` 5. Install requirements `pip install -r requirements.txt` - - On macOS/Linux + - On Windows & macOS/Linux - `pip install flask flask_sqlalchemy flask_login` 6. `python3 app.py`