Remove old install file.
authorJoshua Roesslein <jroesslein@opengov.com>
Mon, 1 Dec 2014 03:14:16 +0000 (21:14 -0600)
committerJoshua Roesslein <jroesslein@opengov.com>
Mon, 1 Dec 2014 03:14:16 +0000 (21:14 -0600)
INSTALL [deleted file]

diff --git a/INSTALL b/INSTALL
deleted file mode 100644 (file)
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.
-