Skip to content

Commit a1593a4

Browse files
committed
Arreglos del README para la release de la v1.1.0 pt.4-1
1 parent b7df179 commit a1593a4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,12 @@ print("ZIP library successfully generated, structured, and ready to compile on h
262262

263263
Since MiniML is a pure Python package, installation is straightforward:
264264

265+
```bash
266+
265267
pip install miniml-engine
266268

269+
```
270+
267271
*(Optional: Install scikit-learn for faster training on PC, but it is NOT required).*
268272

269273
---
@@ -597,10 +601,12 @@ print("¡Librería ZIP generada, estructurada y lista para compilar en hardware!
597601

598602
Dado que MiniML es un paquete de Python puro, la instalación es sencilla:
599603

600-
Bash
604+
```bash
601605

602606
pip install miniml-engine
603607

608+
```
609+
604610
*(Opcional: Instalar scikit-learn para un entrenamiento más rápido en PC, pero NO es un requisito).*
605611

606612
---

0 commit comments

Comments
 (0)