Move install instructions out of readme and into install file.
authorJosh Roesslein <jroesslein@gmail.com>
Sat, 7 Nov 2009 20:26:51 +0000 (14:26 -0600)
committerJosh Roesslein <jroesslein@gmail.com>
Sat, 7 Nov 2009 20:26:51 +0000 (14:26 -0600)
CHANGELOG [moved from CHANGES with 100% similarity]
INSTALL [new file with mode: 0644]
README

similarity index 100%
rename from CHANGES
rename to CHANGELOG
diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..566627a
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,24 @@
+easy_install
+------------
+easy_install tweepy
+
+
+setuptools - from Git repository
+--------------------------------
+> git clone git://github.com/joshthecoder/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.
+
diff --git a/README b/README
index 5e0b61ffa8c72867bbee9c48b387f3f982691c27..b5b1c7812d26d9a2779350a830e6fd0d0ca2007d 100644 (file)
--- a/README
+++ b/README
@@ -27,13 +27,7 @@ Bug tracker: http://github.com/joshthecoder/tweepy/issues
 
 Need a programmer? Feel free to contact me directly at jroesslein at gmail.com
 
-Installing:  
-  Using easy_install:
-    easy_install tweepy
-  You may also install from the repository:
-    git clone git://github.com/joshthecoder/tweepy.git
-    cd tweepy
-    python setup.py install
+Installing: See INSTALL
 
 Souce code: 
     Library: http://github.com/joshthecoder/tweepy