X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3bd7056e8683add7c6279fac5e7741d9af3b736e..d346426d4d60190c867824fe8119d6943ca5dc40:/README diff --git a/README b/README index fa287b97a5..b7e47e5bdb 100644 --- a/README +++ b/README @@ -53,10 +53,16 @@ APIs. ) status, headers, body = response -== Requirements +== Install -* APIClient has no dependencies. +Be sure both http://gems.github.com/ and http://rubygems.org/ are in your gem +sources. -== Install +For normal client usage, this is sufficient: + +sudo gem install google-api-client + +The command line interface, the example applications, and the test suite +require additional dependencies. These may be obtained with: -* sudo gem install google-api-client +sudo gem install google-api-client --development --force --no-rdoc --no-ri