From 9d5fa2dfa772305fc8dfbb85639fa14b339828f4 Mon Sep 17 00:00:00 2001
From: kendrick <herzbergkendrick@gmail.com>
Date: Thu, 9 Jun 2022 16:20:10 +0200
Subject: [PATCH] add informations for installation

---
 .gitignore | 3 ++-
 README.md  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4bb4026..cb9d665 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 .venv
-.vscode
\ No newline at end of file
+.vscode
+.ipynb_checkpoints
\ No newline at end of file
diff --git a/README.md b/README.md
index 43dcfb1..61a4a58 100644
--- a/README.md
+++ b/README.md
@@ -29,13 +29,14 @@ cd prix-carburants
 ```
 ### Creation of the virtual environment and installation of packages (Linux)
 
-These scripts require Python3, Jupyterlab and Pandas.
+These scripts require Python3, Jupyterlab and Pandas and requests.
 
 ```shell
 python3 -m venv .venv
 source .venv/bin/activate
 pip install jupyterlab
 pip install pandas
+pip install requests
 ```
 
 ### Application
-- 
GitLab