From 82c9aa898939ae858c8db7d4addab982e2d5cee2 Mon Sep 17 00:00:00 2001 From: "Chakib (spike) Benziane" Date: Mon, 14 Jan 2013 00:03:00 +0100 Subject: [PATCH] update README --- README.rst | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index c92b13d..f548d1a 100644 --- a/README.rst +++ b/README.rst @@ -1,11 +1,28 @@ HowTo - StackOverflow Code Search Tool ===================================== -Quick code answers from StackOverflow API, Just ask a question with an optional -tag parameter to get quick code answers +Quick code answers from StackOverflow API. + Just ask a question with an optional tag parameter to get quick code answers. -USAGE: -===== +Installation +------------ + +Using pypi repository + +:: + + pip install howto + +Forking this repo :: + + python setup.py install + + +Usage +----- + +:: + ./howto 'filter dicts' -t python