From 704a20c474e2c48c27c846b33406b3e46bfebf66 Mon Sep 17 00:00:00 2001 From: Eideen Date: Sun, 19 May 2019 17:38:53 +0200 Subject: [PATCH] Add missing python dependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f51f73..226215c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Uses python version 3 1. Use the following command to install all dependencies. ``` - sudo pip install requests + sudo pip install requests packaging ``` 2. Then clone the git repository. @@ -41,4 +41,4 @@ Uses python version 3 - [@Eideen](https://github.com/Eideen) -Thank you for your support! \ No newline at end of file +Thank you for your support!