Skip to content

Instantly share code, notes, and snippets.

@pburkholder
Created August 30, 2013 14:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pburkholder/6390255 to your computer and use it in GitHub Desktop.
Save pburkholder/6390255 to your computer and use it in GitHub Desktop.
OS X quick install of gcalcli, the Google Calendar command line interface
#!/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
@pburkholder
Copy link
Author

This gist is after-the-fact. I may have missed something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment