diff --git a/README.md b/README.md index e69de29..810aa9f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,18 @@ +## creazione venv e installazione dipendenze + +```sh +python -m venv venv +. ./venv/bin/activate +pip install -r requirements.txt +``` + +## fetch log startup + +```sh +./get_startup_logs.sh +``` + +## avvio script analisi +```sh +python analyze_startup.py --log-dir ./logs --results-dir ./results --min-date 2023-07-01 --max-date 2023-12-31 +``` \ No newline at end of file