-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL.txt
More file actions
21 lines (16 loc) · 773 Bytes
/
INSTALL.txt
File metadata and controls
21 lines (16 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
1. DEPENDENCIES
GoogleCL requires Python 2.5 or 2.6 and the gdata python client library.
You can get the library from the project homepage:
http://code.google.com/p/gdata-python-client/
The installation directions for the client library should also contain
directions on installing Python, if you don't have it already.
2. INSTALLING GOOGLECL
Short instructions:
From the command line, in the directory as this file, run
$ sudo python setup.py install
or
$ python setup.py install --home=~
(remember to set your PYTHONPATH to include the lib/python/ subdirectory of
the --home argument if you do it this way)
For more detailed instructions, I recommend looking at the gdata-python-client
INSTALL.txt file. It also has instructions on modifying PYTHONPATH.