Updated README.md

This commit is contained in:
Kevin Veen-Birkenbach 2022-12-15 09:33:30 +01:00
parent 09bb6d1e31
commit 62f51b449d
1 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,14 @@ pip install numpy
## cleanup data
### cleanup for user
To delete all data which isn't necessary for the user:
```bash
python scripts/main.py --mode cleanup --user "<<user>>"
```
### delete all data
To delete all data execute: