Tweepy can be installed from its PyPI repository using pip or easy_install:
pip install tweepy
or
easy_install tweepy
You can also download the source from GitHub and install it using setup.py:
python setup.py install
See the tweepy documentation for more.