Skip to content

Commit

Permalink
Update setup_raspberry_pi.md
Browse files Browse the repository at this point in the history
pip install was missing on headless
  • Loading branch information
tawnkramer authored Sep 15, 2023
1 parent 1c2ad57 commit e746e8e
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 @@ -90,7 +90,7 @@ and apply the settings there.

> Note: If you prefer to install the headless version of Raspberry Pi OS,
> please follow the steps [here](https://www.raspberrypi.com/documentation/computers/configuration.html#setting-up-a-headless-raspberry-pi).
> You will need to run `sudo apt -y install pi git; pip install virutalenv`
> You will need to run `sudo apt -y install pi git python3-pip; pip install virutalenv`
> afterwards.

Expand Down

0 comments on commit e746e8e

Please sign in to comment.