Skip to content

Commit

Permalink
2nd atempt at install advice
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsheep committed Jan 27, 2022
1 parent 87b4121 commit 38aa405
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,15 @@ First install extra packages the script needs (select one of the two following c
### Packages for Ubuntu, Raspberry pi OS, and the like

```shell
sudo apt-get install git net-tools python3 python3-pip python3-tzlocal python3-sdnotify python3-colorama python3-unidecode python3-paho-mqtt
sudo apt-get install git python3 python3-pip python3-tzlocal python3-sdnotify python3-colorama python3-unidecode python3-paho-mqtt
```

**NOTE** if you are running a pure Ubuntu not Raspberry pi OS then you may need to install an additional package to get the binary we use to get the core temperatures. (*If you are NOT seeing temperatures in your Lovelace RPI Monitor Card this is likely the cause.*) Do the following in this case:
### Packages for pure Ubuntu

**NOTE** if you are running a **pure Ubuntu** not Raspberry pi OS then you may need to install additional packages to get the binary we use to get the core temperatures and tools to inspec the network interfaces. (*If you are NOT seeing temperatures in your Lovelace RPI Monitor Card this is likely the cause. Or if some of your RPis don't show up in Home Assistant*) Do the following in this case:

```shell
sudo apt-get install libraspberrypi-bin
sudo apt-get install libraspberrypi-bin net-tools
```


Expand Down

0 comments on commit 38aa405

Please sign in to comment.