easy_install
------------
easy_install tweepy


setuptools - from Git repository
--------------------------------
> git clone git://github.com/tweepy/tweepy.git
> cd tweepy
> python setup.py install (run as admin/root)

setuptools - from source archive
--------------------------------
Download source archive here:
    http://pypi.python.org/packages/source/t/tweepy/tweepy-1.2.tar.gz
Extract archive
> cd tweepy-1.2
> python setup.py install (run as admin/root)

bundle with your application
----------------------------
You may also download a source archive or checkout via Git.
Then just include the tweepy package folder inside your application's source folder.

