Document installation.
authorJosh Roesslein <jroesslein@gmail.com>
Sat, 16 Apr 2011 00:58:36 +0000 (19:58 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Sat, 16 Apr 2011 00:58:36 +0000 (19:58 -0500)
docs/index.rst
docs/install.rst [new file with mode: 0644]

index 5b0fe09d9885c4e86b8d52651264f4a46243ea41..39d42421c25d7426f71ffccb6a36724713c3ec6b 100644 (file)
@@ -3,18 +3,11 @@
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
-Welcome to Tweepy's documentation!
-==================================
-
-Contents:
+Tweepy Documentation
+====================
 
 .. toctree::
    :maxdepth: 2
 
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
+   install
 
diff --git a/docs/install.rst b/docs/install.rst
new file mode 100644 (file)
index 0000000..f5925ef
--- /dev/null
@@ -0,0 +1,13 @@
+Installation
+============
+
+Install from PyPI::
+
+    easy_install tweepy
+
+Install from source::
+
+    git clone git://github.com/joshthecoder/tweepy.git
+    cd tweepy
+    python setup.py install
+