readme
This commit is contained in:
parent
4a24a47175
commit
509a96bda6
18
README.md
18
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
|
||||
```
|
Loading…
Reference in New Issue