From 79a1e8eca81b4fccc3eaa3c5c88106825cdf296c Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Mon, 10 Aug 2009 14:09:09 -0500 Subject: [PATCH] Readme update. --- README | 7 +++++++ 1 file changed, 7 insertions(+) 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: -- 2.25.1