From: Josh Roesslein Date: Mon, 10 Aug 2009 19:09:09 +0000 (-0500) Subject: Readme update. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=79a1e8eca81b4fccc3eaa3c5c88106825cdf296c;p=tweepy.git Readme update. --- diff --git a/README b/README index 8a4a4e0..c6e4385 100644 --- a/README +++ b/README @@ -19,6 +19,13 @@ Features: Getting started: Check out the tutorial folder to get started with Tweepy. +Installing: + You may use easy_install to quickly get tweepy installed on your system: + easy_install tweepy (run as root) + You may also clone/download the source code and then execute: + python setup.py install (run as root) + If you wish you may also bundle the tweepy package with your application. + Author: Joshua Roesslein License: MIT Dependencies: