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
+9-7
Original file line number
Diff line number
Diff line change
@@ -31,23 +31,25 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
31
31
32
32
## Instalación local:
33
33
34
-
1) Asegúrate de instalar [LearnPack](https://learnpack.co), node.js version 14+ y Python version 3+. Este es el comando para instalar LearnPack:
34
+
1. Asegúrate de instalar [LearnPack](https://learnpack.co), node.js version 14+ y Python version 3+. Este es el comando para instalar LearnPack:
35
35
36
36
```bash
37
-
$ npm i learnpack -g && learnpack plugins:install learnpack-python
37
+
$ npm i -g @learnpack/learnpack@2.1.20 && learnpack plugins:install @learnpack/python@1.0.0
38
38
```
39
39
40
-
2) Clona o descarga este repositorio. Una vez que termines de descargar, encontrarás una carpeta nueva con un subdirectorio llamado "exercises" que contiene los ejercicios.
40
+
2. Clona o descarga este repositorio en tu ambiente local.
Copy file name to clipboardExpand all lines: README.md
+9-7
Original file line number
Diff line number
Diff line change
@@ -34,31 +34,33 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
34
34
35
35
## Local Installation
36
36
37
-
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:
37
+
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:
38
38
39
39
```bash
40
-
$ npm i learnpack -g && learnpack plugins:install learnpack-python
40
+
$ npm i -g @learnpack/learnpack@2.1.20 && learnpack plugins:install @learnpack/python@1.0.0
41
41
```
42
42
43
-
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory called "exercises" that contains all the exercises within.
43
+
2. Clone or download this repository in your local environment.
0 commit comments