Skip to content

Commit

Permalink
Needs libffi-dev to compile on Debian 9.7. (#8330)
Browse files Browse the repository at this point in the history
  • Loading branch information
skion authored and fabaff committed Jan 29, 2019
1 parent d5095bf commit c0b54fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_docs/installation/raspberry-pi.markdown
Expand Up @@ -45,7 +45,7 @@ $ sudo apt-get upgrade -y
Install the dependencies.

```bash
$ sudo apt-get install python3 python3-venv python3-pip
$ sudo apt-get install python3 python3-venv python3-pip libffi-dev
```

Add an account for Home Assistant called `homeassistant`.
Expand Down

0 comments on commit c0b54fb

Please sign in to comment.