Skip to content

Commit 1c40eeb

Browse files
authored
Update install script to check for python 3.9
new raspbian has python set to 3.9.2
1 parent 3b7ede4 commit 1c40eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -euo pipefail
1313
# This script will install the Hologram SDK and the necessary software dependencies
1414
# for it to work.
1515

16-
required_programs=('python3' 'pip3' 'ps' 'kill' 'libpython3.7-dev')
16+
required_programs=('python3' 'pip3' 'ps' 'kill' 'libpython3.9-dev')
1717
OS=''
1818

1919
# Check OS.

0 commit comments

Comments
 (0)