From 2f7ee51a44da870019aa00eaa2b19b2166545917 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Sun, 30 Nov 2014 21:14:16 -0600 Subject: [PATCH] Remove old install file. --- INSTALL | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 INSTALL 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. - -- 2.25.1