We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f854e34 commit 493f4cdCopy full SHA for 493f4cd
first-time-setup.sh
@@ -2,8 +2,11 @@
2
3
# This script guides a user through setting up the Sphero RVR Python SDK.
4
5
-# Install the SDK dependencies
6
-pip3 install -r requirements.txt
+# Install the SDK dependencies (only for the current user)
+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
10
11
# Provide an opportunity to correct the UART settings if needed.
-./tools/pi-uart-check.sh
12
+./tools/pi-uart-check.sh
0 commit comments