From: Joshua Roesslein Date: Mon, 1 Dec 2014 03:14:16 +0000 (-0600) Subject: Remove old install file. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2f7ee51a44da870019aa00eaa2b19b2166545917;p=tweepy.git Remove old install file. --- diff --git a/INSTALL b/INSTALL deleted file mode 100644 index cf951c1..0000000 --- a/INSTALL +++ /dev/null @@ -1,24 +0,0 @@ -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. -