From c4d0e833f7ac7581402c79f7fddd2369a254ccd7 Mon Sep 17 00:00:00 2001
From: lorenagubaira <102861577+Lorenagubaira@users.noreply.github.com>
Date: Thu, 15 Jun 2023 17:30:08 +0000
Subject: [PATCH] the instructions were updated
---
README.es.md | 2 ++
README.md | 6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)
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+:
```