Add missing python dependency

This commit is contained in:
Eideen
2019-05-19 17:38:53 +02:00
committed by GitHub
parent 554fca58ce
commit 704a20c474
+1 -1
View File
@@ -21,7 +21,7 @@ Uses python version 3
1. Use the following command to install all dependencies. 1. Use the following command to install all dependencies.
``` ```
sudo pip install requests sudo pip install requests packaging
``` ```
2. Then clone the git repository. 2. Then clone the git repository.