Skip to content

Commit

Permalink
docs: add missing dependencies to readme (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a authored Nov 16, 2021
1 parent 09a219d commit 66de26a
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 @@ -41,7 +41,7 @@ Before you get started, you should have an up-to-date installation of Raspbian 1

```bash
$ sudo apt-get update && sudo apt-get install -y \
cmake python3-dev libjpeg-dev libatlas-base-dev raspi-gpio libhdf5-dev python3-smbus
cmake python3-dev libjpeg-dev libatlas-base-dev raspi-gpio libhdf5-dev python3-smbus python3-venv libopenjp2-7 libtiff5
```

1. Create new virtual environment
Expand Down

0 comments on commit 66de26a

Please sign in to comment.