PageRenderTime 22ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/INSTALL.txt

http://googlecl.googlecode.com/
Plain Text | 21 lines | 16 code | 5 blank | 0 comment | 0 complexity | ad0671aaec40949587b64821ffb35741 MD5 | raw file
  1. 1. DEPENDENCIES
  2. GoogleCL requires Python 2.5 or 2.6 and the gdata python client library.
  3. You can get the library from the project homepage:
  4. http://code.google.com/p/gdata-python-client/
  5. The installation directions for the client library should also contain
  6. directions on installing Python, if you don't have it already.
  7. 2. INSTALLING GOOGLECL
  8. Short instructions:
  9. From the command line, in the directory as this file, run
  10. $ sudo python setup.py install
  11. or
  12. $ python setup.py install --home=~
  13. (remember to set your PYTHONPATH to include the lib/python/ subdirectory of
  14. the --home argument if you do it this way)
  15. For more detailed instructions, I recommend looking at the gdata-python-client
  16. INSTALL.txt file. It also has instructions on modifying PYTHONPATH.