installation script

This commit is contained in:
hjelev
2022-03-17 00:51:10 +02:00
parent 2e2c55dfc7
commit 34823d0204

View File

@@ -30,6 +30,14 @@ Disabled sensors are represented with False in the message.
# Installation
I have created an automated bash installation, its working but not extensively tested
```bash
bash <(curl -s https://raw.githubusercontent.com/hjelev/rpi-mqtt-monitor/master/remote_install.sh)
```
If you don't have pip installed:
```bash
$ sudo apt install python-pip