Skip to content

Commit 4ca195e

Browse files
committed
Update Readme.md
- Fix di comandi errati
1 parent 79598f5 commit 4ca195e

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ Assicurati di avere installato:
5050
- **Matplotlib**: Per la generazione grafica delle palette.
5151
- **NumPy**: Per la gestione e l'elaborazione delle immagini.
5252

53-
Installa le dipendenze con:
54-
55-
```bash
56-
pip install pillow scikit-learn matplotlib numpy
57-
```
58-
5953
---
6054

6155
### Installazione 🔧
@@ -66,10 +60,10 @@ pip install pillow scikit-learn matplotlib numpy
6660
git clone https://github.com/Magnetarman/Python-Script/
6761
```
6862

69-
2. Installa le dipendenze:
63+
2. Installa le dipendenze con:
7064

7165
```bash
72-
pip install -r requirements.txt
66+
pip install pillow scikit-learn matplotlib numpy
7367
```
7468

7569
---

0 commit comments

Comments
 (0)