mirror of https://github.com/arendst/Tasmota.git
"install" was missing on paragraph "pip3 install -r requirements.txt"
parent
ba269abcc8
commit
afc64d7978
|
@ -19,7 +19,7 @@ brew install python3
|
||||||
mkdir ~/src/
|
mkdir ~/src/
|
||||||
cd ~/src/
|
cd ~/src/
|
||||||
git clone https://github.com/mirko/SonOTA.git
|
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:
|
* You will also need prepackaged library of certificates and intermediate Espressif2Arduino firmwares:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue