Skip to content

Commit

Permalink
Add missing library for RPi install
Browse files Browse the repository at this point in the history
  • Loading branch information
DocGarbanzo committed Sep 2, 2024
1 parent ed2977e commit b97cf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/robot_sbc/setup_raspberry_pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ source ~/.bashrc

Install required libraries
```bash
sudo apt install libcap-dev libhdf5-dev
sudo apt install libcap-dev libhdf5-dev libhdf5-serial-dev
```

### Step 5: Install Donkeycar Python Code
Expand Down

0 comments on commit b97cf1c

Please sign in to comment.