17 lines
279 B
Markdown
17 lines
279 B
Markdown
## 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
|
|
``` |