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.
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,16 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
25
25
26
26
## Local Installation
27
27
28
-
1.Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
28
+
1.Make sure you have [LearnPack](https://learnpack.co) installed, node.js version 14+, and Python version 3+. This is the command to install LearnPack:
29
29
30
30
```bash
31
-
$ npm i learnpack -g
32
-
$ learnpack plugins:install learnpack-python
31
+
npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0
33
32
```
34
33
35
-
2.Download this particular tutorial using learnpack and `cd` into the folder:
34
+
2.Clone or download this repository in your local environment.
0 commit comments