Skip to content

Commit 493f4cd

Browse files
committed
Adjustments to first-time-setup.sh
1 parent f854e34 commit 493f4cd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

first-time-setup.sh

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
# This script guides a user through setting up the Sphero RVR Python SDK.
44

5-
# Install the SDK dependencies
6-
pip3 install -r requirements.txt
5+
# Install the SDK dependencies (only for the current user)
6+
pip3 install --user -r requirements.txt
7+
8+
# Reload ~/.profile. In recent Raspberry Pi OS releases, this automatically includes $HOME/.local/bin in the path once it exists.
9+
source ~/.profile
710

811
# Provide an opportunity to correct the UART settings if needed.
9-
./tools/pi-uart-check.sh
12+
./tools/pi-uart-check.sh

0 commit comments

Comments
 (0)