diff --git a/README.es.md b/README.es.md
new file mode 100644
index 0000000..866bf09
--- /dev/null
+++ b/README.es.md
@@ -0,0 +1,98 @@
+
+
+
+
+Aprende y practica las funciones de Python. Aprenderás los siguientes conceptos:
+
+1. Declarar una función,
+
+2. llamar a una función,
+
+3. alcances de funciones,
+
+4. funciones anidadad
+
+5. recursividad de funciones y muchos otros conceptos funcionales.
+
+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/python-functions-programming-exercises.git)
+
+## Instalación local:
+
+1) Asegúrate de instalar [learnpack](https://learnpack.co), `node.js` version 14+ y python version 3+. Este es el comando para instalar learnpack:
+
+```
+$ npm i learnpack -g && learnpack plugins:install learnpack-python
+```
+
+2) Clona o descarga este repositorio. Una vez que termines de descargar, encontrarás un carpeta nueva con un subdirectorio "exercises" que contiene los ejercicios.
+
+```
+$ git clone https://github.com/4GeeksAcademy/python-functions-programming-exercises.git
+```
+
+3) Comienza el tutorial/ejercicios ejecutando el siguiente comando en la raíz del proyecto:
+
+```sh
+$ cd python-functions-programming-exercises
+$ pip install pytest==4.4.2 mock pytest-testdox
+$ learnpack start
+```
+
+Nota: Estos ejercicios tienen calificación automática pero es un tanto rígida, te recomiendo ignorar los tests, considéralos como una recomendación o podrías frustrarte.
+
+## ¿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 3c46c2f..fd529c5 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 |
🐍 Python Funtions Tutorial and Exercises
- By @alesanchezr and other contributors at 4Geeks Academy
+ By @alesanchezr and other contributors at 4Geeks Academy
@@ -35,7 +35,7 @@ These exercises were built in collaboration, we need you! If you find any bugs o
-One click installation:
+## One click installation:
[](https://gitpod.io#https://github.com/4GeeksAcademy/python-functions-programming-exercises.git)
@@ -44,6 +44,7 @@ These exercises were built in collaboration, we need you! If you find any bugs o
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:
```
+
$ npm i learnpack -g && learnpack plugins:install learnpack-python
```
@@ -61,6 +62,8 @@ $ pip install pytest==4.4.2 mock pytest-testdox
$ 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.
+
## How are the exercises organized?
Each exercise is a small react application containing the following files:
@@ -73,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) 📖
+
+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!
+This project follows the[all-contributors](https://github.com/kentcdodds/all-contributors) specification.Contributions of any kind are welcome!
|