Update README.md
This commit is contained in:
12
README.md
12
README.md
@ -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`
|
|
||||||
|
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user