From f3f6a15fbd006d402df6d3b98782acaa68fe24de Mon Sep 17 00:00:00 2001 From: Jeremy Singer-Vine Date: Fri, 31 Jan 2014 08:46:26 -0500 Subject: [PATCH] Add short "Installation" section. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3e786d6..3e3579f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Fetch autocomplete suggestions from Google Search. Use responsibly. Not affiliated with Google. +## Installation + +`pip install compleat` + ## Usage `compleat` can be used as either a Python library or command-line tool.