Skip to content

Commit 36425a7

Browse files
authored
Update README.es.md
1 parent ab32605 commit 36425a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
3232
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:
3333

3434
```bash
35-
$ npm i @learnpack/learnpack -g && learnpack plugins:install learnpack-python
35+
$ npm i @learnpack/learnpack -g && learnpack plugins:install @learnpack/python
3636
```
3737

3838
3. Empieza el tutorial/ejercicios corriendo estos comandos en el mismo nivel donde se encuentra tu archivo learn.json:
3939

4040
```bash
41-
$ pip3 install pytest==4.6.0 pytest-testdox mock numpy==1.17.4 pandas==0.25.3
41+
$ pip3 install pytest==6.2.5 mock pytest-testdox toml numpy==1.24.2 pandas
4242
$ learnpack start
4343
```
4444

0 commit comments

Comments
 (0)