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`