You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.es.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,16 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
23
23
24
24
## Instalación local:
25
25
26
-
1.Instala learnpack, el administrador de paquetes para tutoriales de aprendizaje y el complemento del compilador html para learnpack, asegúrate de tener también node.js 14+:
26
+
1.Asegúrate de instalar [LearnPack](https://learnpack.co), node.js version 14+ y Python version 3+. Este es el comando para instalar LearnPack:
27
27
28
28
```bash
29
-
$ npm i learnpack -g
30
-
$ learnpack plugins:install learnpack-python
29
+
npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0
31
30
```
32
31
33
-
2.Descarga este tutorial en particular usando learnpack y `cd` para entrar en la carpeta:
32
+
2.Clona o descarga este repositorio en tu ambiente local.
0 commit comments