--- /dev/null
+easy_install
+------------
+easy_install tweepy
+
+
+setuptools - from Git repository
+--------------------------------
+> git clone git://github.com/joshthecoder/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.
+
Need a programmer? Feel free to contact me directly at jroesslein at gmail.com
-Installing:
- Using easy_install:
- easy_install tweepy
- You may also install from the repository:
- git clone git://github.com/joshthecoder/tweepy.git
- cd tweepy
- python setup.py install
+Installing: See INSTALL
Souce code:
Library: http://github.com/joshthecoder/tweepy