Skip to content

Commit

Permalink
Add libffi-dev to the readme apt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TojikCZ authored and ondratu committed Oct 18, 2023
1 parent a9df3c4 commit 18be594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Git and Pip are needed for installation, while pigpio is only needed if the
RPi GPIO pins are to be used.

```bash
sudo apt install git python3-pip pigpio libcap-dev libmagic1 libturbojpeg0 libatlas-base-dev python3-numpy
sudo apt install git python3-pip pigpio libcap-dev libmagic1 libturbojpeg0 libatlas-base-dev python3-numpy libffi-dev

# If you are using different distro (e.g. Ubuntu), use libturbojpeg library
# instead of libturbojpeg0
Expand Down

0 comments on commit 18be594

Please sign in to comment.