Created
August 30, 2013 14:10
-
-
Save pburkholder/6390255 to your computer and use it in GitHub Desktop.
OS X quick install of gcalcli, the Google Calendar command line interface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# assumes you have installed easy_install & brew | |
easy_install -O2 dateutils | |
easy_install --upgrade google-api-python-client | |
easy_install --upgrade python-gflags | |
git clone https://github.com/insanum/gcalcli.git | |
chmod +x gcalcli/gcalcli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist is after-the-fact. I may have missed something.