Skip to content

Commit a9ce0d5

Browse files
committed
Mention installing python-openssl package.
1 parent b920962 commit a9ce0d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/google_spreadsheet.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
# have pip installed execute:
77
# sudo pip install gspread oauth2client
88

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+
916
# Copyright (c) 2014 Adafruit Industries
1017
# Author: Tony DiCola
1118

0 commit comments

Comments
 (0)