Skip to content

Commit

Permalink
Document installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshthecoder committed Apr 16, 2011
1 parent f1549ec commit 8a9d33a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

13 changes: 13 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8a9d33a

Please sign in to comment.