We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7ede4 commit 1c40eebCopy full SHA for 1c40eeb
install.sh
@@ -13,7 +13,7 @@ set -euo pipefail
13
# This script will install the Hologram SDK and the necessary software dependencies
14
# for it to work.
15
16
-required_programs=('python3' 'pip3' 'ps' 'kill' 'libpython3.7-dev')
+required_programs=('python3' 'pip3' 'ps' 'kill' 'libpython3.9-dev')
17
OS=''
18
19
# Check OS.
0 commit comments