Tell to also pip install requests and urllib3.

ghostwheel 2019-06-07 08:37:27 -06:00
parent 1c8572eb5e
commit f01c258ed8
1 changed files with 1 additions and 1 deletions

@ -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.