From: Josh Roesslein Date: Sat, 16 Apr 2011 00:58:36 +0000 (-0500) Subject: Document installation. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8a9d33ada425dbabadccebd2ec90a75421fcedec;p=tweepy.git Document installation. --- diff --git a/docs/index.rst b/docs/index.rst index 5b0fe09..39d4242 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 index 0000000..f5925ef --- /dev/null +++ b/docs/install.rst @@ -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 +