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 b920962 commit a9ce0d5Copy full SHA for a9ce0d5
examples/google_spreadsheet.py
@@ -6,6 +6,13 @@
6
# have pip installed execute:
7
# sudo pip install gspread oauth2client
8
9
+# Also it's _very important_ on the Raspberry Pi to install the python-openssl
10
+# package because the version of Python is a bit old and can fail with Google's
11
+# new OAuth2 based authentication. Run the following command to install the
12
+# the package:
13
+# sudo apt-get update
14
+# sudo apt-get install python-openssl
15
+
16
# Copyright (c) 2014 Adafruit Industries
17
# Author: Tony DiCola
18
0 commit comments