Update README.md

This commit is contained in:
2024-11-28 23:24:30 -05:00
parent 578ae83375
commit 0baa570393

View File

@ -24,13 +24,15 @@ HUNT-AI helps threat hunting to make sure analysts are checking their boxes and
- you should see `app.py` - you should see `app.py`
4. Set Enviroment 4. Set Enviroment
- On Windows - On Windows
`.\venv\Scripts\activate` - `python -m venv hunt-ai`
- `hunt-ai\Scripts\activate` -cmd
- `.\hunt-ai\Scripts\Activate` - ps1
- On macOS/Linux - On macOS/Linux
- `python3 -m venv hunt-ai` - `python3 -m venv hunt-ai`
- `source hunt-ai/bin/activate` - `source hunt-ai/bin/activate`
5. Install requirements 5. Install requirements
`pip install -r requirements.txt` `pip install -r requirements.txt`
- On macOS/Linux - On Windows & macOS/Linux
- `pip install flask flask_sqlalchemy flask_login` - `pip install flask flask_sqlalchemy flask_login`
6. `python3 app.py` 6. `python3 app.py`