Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ A collection of classes to assist with accessing and manipulating Google service

- Calendar
- Drive
- Sheets
- Sheets

NOTE: If you are running a version of Python < 3.7, a dependency deep in google's stack requires protobuf, which the current version of requires >3.7 python.

Instead, manually install the 3.19 version branch of protobuf before attempting to install this package:
```pip3 install protobuf==3.19.6```

Then this package will install cleanly.