You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
howto/README.rst

27 lines
426 B
ReStructuredText

11 years ago
=====================================
HowTo - StackOverflow Code Search Tool
=====================================
11 years ago
Quick code answers from StackOverflow API.
11 years ago
Just ask a question with an optional tag parameter to get quick code answers.
11 years ago
Installation
11 years ago
============
11 years ago
11 years ago
Using pypi repository::
11 years ago
11 years ago
$> pip install howto
11 years ago
11 years ago
Forking this repo::
11 years ago
11 years ago
$> python setup.py install
11 years ago
Usage
11 years ago
=====
11 years ago
::
$> howto 'filter dicts' -t python