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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,13 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
32
32
2. Asegúrate de tener [LearnPack](https://learnpack.co) instalado, una versión de node.js 14 o superior y una versión de Python 3 o superior. Este es el comando para instalar LearnPack:
33
33
34
34
```bash
35
-
$ npm i @learnpack/learnpack -g && learnpack plugins:install learnpack-python
35
+
$ npm i @learnpack/learnpack -g && learnpack plugins:install @learnpack/python
36
36
```
37
37
38
38
3. Empieza el tutorial/ejercicios corriendo estos comandos en el mismo nivel donde se encuentra tu archivo learn.json:
0 commit comments