diff --git a/.gitignore b/.gitignore index 4bb4026a2195e92e237f7963c301b6ac3f856fb8..cb9d665deeca2de04e4d8f4fa7537a5f993e0c8c 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 43dcfb1b992d51e8b04cb2f3e401af5fd865a0f0..61a4a5884aee44e0321ef452470059773fb3bba0 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