We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79598f5 commit 4ca195eCopy full SHA for 4ca195e
1 file changed
README.md
@@ -50,12 +50,6 @@ Assicurati di avere installato:
50
- **Matplotlib**: Per la generazione grafica delle palette.
51
- **NumPy**: Per la gestione e l'elaborazione delle immagini.
52
53
-Installa le dipendenze con:
54
-
55
-```bash
56
-pip install pillow scikit-learn matplotlib numpy
57
-```
58
59
---
60
61
### Installazione 🔧
@@ -66,10 +60,10 @@ pip install pillow scikit-learn matplotlib numpy
66
git clone https://github.com/Magnetarman/Python-Script/
67
```
68
62
69
-2. Installa le dipendenze:
63
+2. Installa le dipendenze con:
70
64
71
65
```bash
72
-pip install -r requirements.txt
+pip install pillow scikit-learn matplotlib numpy
73
74
75
0 commit comments