lavoro al grafico

This commit is contained in:
2025-01-23 14:26:25 +01:00
parent 7a5334b466
commit a267d11794
3 changed files with 63 additions and 0 deletions

View File

@@ -1,2 +1,6 @@
# percettroni
## Preparazione ambiente Python
- Creare macchina virtuale ('python -m venv venv')
- Attivare macchina virtuale ('source venv/bin/activate')
- Installazione librerie (pip install -r requirements.txt)