"install" was missing on paragraph "pip3 install -r requirements.txt"

gerardovf 2017-08-30 14:35:05 +02:00
parent ba269abcc8
commit afc64d7978
1 changed files with 1 additions and 1 deletions

@ -19,7 +19,7 @@ brew install python3
mkdir ~/src/
cd ~/src/
git clone https://github.com/mirko/SonOTA.git
pip3 -r requirements.txt
pip3 install -r requirements.txt
```
* You will also need prepackaged library of certificates and intermediate Espressif2Arduino firmwares:
```