From be842ee121072beb75b643881d8bed5f683cf2c5 Mon Sep 17 00:00:00 2001 From: Martin Blech Date: Mon, 27 Aug 2012 23:33:59 -0500 Subject: [PATCH] update readme with install instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 32914c8..42a6c4b 100644 --- a/README.md +++ b/README.md @@ -76,3 +76,11 @@ $ cat enwiki.dicts.gz | gunzip | script1.py $ cat enwiki.dicts.gz | gunzip | script2.py ... ``` + +## Ok, how do I get it? + +You just need to + +```sh +$ pip install xmltodict +```