Update README.md

This commit is contained in:
2024-11-28 22:53:58 -05:00
parent e56f18733d
commit dd043711fa

View File

@ -19,23 +19,19 @@ HUNT-AI helps threat hunting to make sure analysts are checking their boxes and
# Directions # Directions
1. Download zip in top right 1. Download zip in top right
2. unzip Hunt-AI.zip 2. unzip Hunt-AI.zip
3. Go to path `*/hunt-ai/` 3. Go to path `*/hunt-ai/`
- you should see `dco.py` - you should see `app.py`
4. Set Enviroment 4. Set Enviroment
- On Windows - On Windows
`.\venv\Scripts\activate` `.\venv\Scripts\activate`
- On macOS/Linux - On macOS/Linux
`python3 -m venv hunt-ai`
`source venv/bin/activate` `source venv/bin/activate`
`pip install flask flask_sqlalchemy flask_login`
5. Install requirements 5. Install requirements
`pip install -r requirements.txt` `pip install -r requirements.txt`
6. `python3 app.py`
6. `python3 dco.py`
---- ----