From 8a9d33ada425dbabadccebd2ec90a75421fcedec Mon Sep 17 00:00:00 2001 From: Josh Roesslein Date: Fri, 15 Apr 2011 19:58:36 -0500 Subject: [PATCH] Document installation. --- docs/index.rst | 13 +++---------- docs/install.rst | 13 +++++++++++++ 2 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 docs/install.rst 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 + -- 2.25.1