From 242418bb430cc43c09703ea9484241a75faaf6e2 Mon Sep 17 00:00:00 2001 From: Chris <christianilhoefer@gmail.com> Date: Mon, 24 Mar 2025 13:11:18 +0100 Subject: [PATCH] correctly formatted readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c20a120..daa2a0e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Intrusion Detection System with Machine Learning -## It is important to launch this project with the python virtual environment (.venv). If your python interpreter -```is not in the project order, please replace the variable python_executable in the file main.py with the path to your python interpreter. +## It is important to launch this project with the python virtual environment (.venv). If your python interpreter is not in the project order, please replace the variable python_executable in the file main.py with the path to your python interpreter. ## Packages needed to be installed: - `scapy` - `duckdb` -- GitLab