Skip to content

Commit ee0f927

Browse files
authored
Merge pull request 4GeeksAcademy#20 from Lorenagubaira/python-http-requests-api-tutorial-exercises
the instructions were updated
2 parents 082ac08 + c4d0e83 commit ee0f927

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.es.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Puedes empezar estos ejercicios en pocos segundos haciendo clic en: [Abrir en Co
2020
2121
### Instalación local:
2222

23+
Clona el repositorio en tu ambiente local y sigue los siguientes pasos:
24+
2325
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+:
2426

2527
```bash

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
# 🐍 Python API Requests Tutorial and Exercises
33

44
By <a href="https://twitter.com/alesanchezr">@alesanchezr</a> and <a href="https://github.com/4GeeksAcademy/python-functions-programming-exercises/graphs/contributors">other contributors</a> at <a href="http://4geeksacademy.co/">4Geeks Academy</a>.
5-
<!-- endhide -->
65

76
*Estas instrucciones [están disponibles en 🇪🇸 español](https://github.com/4GeeksAcademy/python-http-requests-api-tutorial-exercises/blob/master/README.es.md) :es:*
7+
<!-- endhide -->
8+
89

910
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.
1011

@@ -17,9 +18,10 @@ You can open these exercises in just a few seconds by clicking: [Open in Codespa
1718

1819
> 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`
1920
20-
2121
## Local Installation
2222

23+
Clone the repository in your local environment and follow the steps below:
24+
2325
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 14+:
2426

2527
```

0 commit comments

Comments
 (0)