File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,22 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
2929
3030## Instalación local:
3131
32- 1 . Clona el repositorio en tu ambiente local y sigue los siguientes pasos.
33-
34- 2 . Instala LearnPack, el package manager para tutoriales y el plugin compilador de Python para LearnPack, asegúrate de tener instalado node.js 14+:
32+ 1 . Instala LearnPack, el package manager para tutoriales y el plugin compilador de Python para LearnPack, asegúrate de tener instalado node.js 14+:
3533
3634``` bash
3735$ npm i @learnpack/learnpack@2.1.20 -g && learnpack plugins:install @learnpack/python@1.0.0
3836```
3937
38+ 2 . Clona o descarga este repositorio en tu ambiente local.
39+
40+ ``` bash
41+ $ git clone https://github.com/4GeeksAcademy/python-beginner-programming-exercises.git
42+ ```
43+
40443 . Inicializa el tutorial ejecutando el siguiente comando al mismo nivel en el que se encuentra tu archivo learn.json:
4145
4246``` bash
47+ $ cd python-beginner-programming-exercises
4348$ pip3 install pytest==6.2.5 pytest-testdox mock
4449$ learnpack start
4550```
You can’t perform that action at this time.
0 commit comments