Add Docker support and update requirements for data collection and visualization

This commit is contained in:
2025-02-05 01:44:39 +01:00
parent df0cbaffbd
commit ad97310d7e
11 changed files with 92 additions and 16 deletions

17
peertube/README.md Normal file
View File

@@ -0,0 +1,17 @@
## Statistiche per nerd da Peer Tube
spero funzioni
per installarlo baste creare un nuovo ambiente e installare le dipendenze con:
```
python -m venv env
source .\env\bin\activate
pip install -r requirements.txt
```
per eseguire il tutto basta lanciare:
```
jupyter-lab
```