From aae85e430d308b61fe6248237351dacc3eeaeda5 Mon Sep 17 00:00:00 2001 From: Wapiti Date: Fri, 5 Jul 2024 17:43:48 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ab9ecf..f5cb4f4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # zeek_anomaly_detector [![Docker Image CI](https://github.com/stratosphereips/zeek_anomaly_detector/actions/workflows/docker-image.yml/badge.svg)](https://github.com/stratosphereips/zeek_anomaly_detector/actions/workflows/docker-image.yml) [![Python Checks](https://github.com/stratosphereips/zeek_anomaly_detector/actions/workflows/python-checks.yml/badge.svg)](https://github.com/stratosphereips/zeek_anomaly_detector/actions/workflows/python-checks.yml) +![Python](https://img.shields.io/badge/Python-3.8-brightgreen.svg) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/stratosphereips/zeek_anomaly_detector/main?color=green) ![Docker Pulls](https://img.shields.io/docker/pulls/stratosphereips/zeek_anomaly_detector?color=green) @@ -68,8 +69,11 @@ Please install the following dependencies: Install with pip: -```bash -pip install zat pyod +``` +# install with right versions +pip3 install -r requirements.txt +# real time detection +python3 zeek_anomaly_detector.py -R True -f {conn.log location} ``` ## Contribute