diff --git a/.gitignore b/.gitignore
index f3ca55f4..6a7061b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,7 @@
!bc.json
!learn.json
!README.md
-!README.*.md
+!README.es.md
!/exercises
!/exercises/*
diff --git a/README.es.md b/README.es.md
new file mode 100644
index 00000000..25723357
--- /dev/null
+++ b/README.es.md
@@ -0,0 +1,85 @@
+
+
+Después de terminar la serie de principiantes, funciones y bucles; Esta serie realmente lo preparará para su próximo trabajo o cualquier otro desafío de programación. Practique todo lo que necesita saber para construir algoritmos con python, desde desafíos intermedios hasta difíciles: todo el tutorial es 👆 interactivo, ✅ calificado automáticamente y con 📹 videos tutoriales.
+
+📚 Tabla de contenidos:
+
+
+Estos Ejercicios son colaborativos, ¡te necesitamos! Si encuentras algún error o falta de ortografía, por favor contribuye y repórtalo.
+
+## Instalación en un clic:
+
+[](https://gitpod.io#https://github.com/4GeeksAcademy/master-python-programming-exercises.git)
+
+
+## Instalación local:
+
+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+:
+
+```
+$ npm i learnpack -g
+$ learnpack plugins:install learnpack-python
+```
+
+2. Descarga este ejercicio en particular usando learnpack y `cd` para entrar en la carpeta:
+
+```
+$ learnpack download master-python-programming-exercises
+$ cd master-python-programming-exercises
+```
+
+Nota: Una vez que termine de descargar, encontrarás la carpeta "exercises" que contiene todos los ejercicios.
+
+3. Comienza con los ejercicios ejecutando el siguiente en el mismo nivel que tu archivo learn.json:
+
+```sh
+$ RUN pip3 install pytest==4.4.2 pytest-testdox mock
+$ learnpack start
+```
+
+Note: The exercises have automatic grading but its very rigid and string, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.
+
+
+## ¿Cómo están organizados los ejercicios?
+
+Cada ejercicio es un pequeño proyecto en Python que contiene los siguientes archivos:
+
+1. **app.py:** representa el archivo de entrada de python que será ejecutado en el computador.
+2. **README.md:** contiene las instrucciones del ejercicio.
+3. **test.py:** no tienes que abrir este archivo. Contiene los scripts de pruebas del ejercicio.
+
+# Colaboradores
+
+Gracias a estas personas maravillosas ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
+
+1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribución: (programador) 💻 (idea) 🤔, (build-tests) ⚠️ , (pull-request-review) 🤓 (build-tutorial) ✅ (documentación) 📖
+
+2. [Paolo (plucodev)](https://github.com/plucodev), contribución: (bug reports) 🐛, (programador), (traducción) 🌎
+
+3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) 🐛, (translation) 🌎
+
+Este proyecto sigue la especificación [all-contributors](https://github.com/kentcdodds/all-contributors). ¡Todas las contribuciones son bienvenidas!
\ No newline at end of file
diff --git a/README.md b/README.md
index 16a940fd..afbbda2e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 |
🐍 Mastering Python Algorithms Tutorial
- By @alesanchezr and other contributors at 4Geeks Academy
+ By @alesanchezr and other contributors at 4Geeks Academy
@@ -38,7 +38,7 @@ These exercises were built in collaboration, we need you! If you find any bugs o
## Local Installation
-1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 12+:
+1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
```
$ npm i learnpack -g
@@ -76,10 +76,11 @@ Each exercise is a small react application containing the following files:
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
-1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book:
-2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) :bug:, contribution: (coder), (translation) :earth_americas:
-3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) :bug:, (translation) :earth_africa:
+1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻 (idea) 🤔, (build-tests) ⚠️ , (pull-request-review) 👀 (build-tutorial) ✅ (documentation) 📖
-This project follows the
-[all-contributors](https://github.com/kentcdodds/all-contributors)
-specification. Contributions of any kind are welcome!
+2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) 🐛, contribution: (coder), (translation) 🌎
+
+3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) :🐛, (translation) 🌎
+
+
+This project follows the[all-contributors](https://github.com/kentcdodds/all-contributors) specification.Contributions of any kind are welcome!
|