diff --git a/README.es.md b/README.es.md
index bba888c..71e28a3 100644
--- a/README.es.md
+++ b/README.es.md
@@ -20,6 +20,8 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
### Instalación local:
+Clona el repositorio en tu ambiente local y sigue los siguientes pasos:
+
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+:
```bash
diff --git a/README.md b/README.md
index 6f9b0df..9f0d59d 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,10 @@
# 🐍 Python API Requests Tutorial and Exercises
By @alesanchezr and other contributors at 4Geeks Academy.
-
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises/blob/master/README.es.md) :es:*
+
+
In this series you will Learn HTTP and how to use the Python Requests package to create HTTP Requests GET, POST, PUT, DELETE. The entire tutorial is 👆 interactive, ✅ auto-graded and with. 📹 video tutorials.
@@ -17,9 +18,10 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
> Once you have VSCode open the LearnPack exercises should start automatically. If exercises don't run automatically you can try typing on your terminal: `$ learnpack start`
-
## Local Installation
+Clone the repository in your local environment and follow the steps below:
+
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
```