Skip to content

Instantly share code, notes, and snippets.

@YTsuda
Created October 18, 2013 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YTsuda/7038034 to your computer and use it in GitHub Desktop.
Save YTsuda/7038034 to your computer and use it in GitHub Desktop.
Part of the chef-recipe to setup the enviroment for using google-api by python.
python_pip "httplib2" do
action :install
end
python_pip "python-gflags" do
action :install
end
python_pip "google-api-python-client" do
action :install
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment