|
Install
How to download and install `httplib2`.
Note: Httplib2 is starting to be packed in some distributions and you may be able to install it using your package manager of choice. For example it is available in Ubuntu, Debian, Gentoo, and FreeBSD. InstructionsThe latest release of httplib2 can be downloaded from the from the Downloads page. After downloading and unpacking the distribution archive, issue the following command: $ python setup.py install ProxyIf you want to use a proxy then you must install socks. You can get it from here: http://sourceforge.net/projects/socksipy/ |
It's in Fedora as well: https://admin.fedoraproject.org/pkgdb/packages/name/python-httplib2
Windows(cmd): C:\blah\httplib2-folder>c:\python30\python.exe setup.py install
You might have to copy the folder manually and then run the command if it fails.