From f01c258ed8d2a38159e3b73a6ab927925fcf0240 Mon Sep 17 00:00:00 2001 From: ghostwheel Date: Fri, 7 Jun 2019 08:37:27 -0600 Subject: [PATCH] Tell to also pip install requests and urllib3. --- The-Ultimate-Rooting-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/The-Ultimate-Rooting-Guide.md b/The-Ultimate-Rooting-Guide.md index 3be1ae4..60e354c 100644 --- a/The-Ultimate-Rooting-Guide.md +++ b/The-Ultimate-Rooting-Guide.md @@ -17,7 +17,7 @@ You need to install `python 3`. You also need to do the following after getting `python 3`: ``` -pip install httpsig pyserial +pip install httpsig pyserial urllib3 requests ``` If you have Windows PC, make sure your PATH environment is correct so you can run `python` and `pip` properly.