From 49f053407a7ee9d938ff79c65452ebbbc5d9a4f5 Mon Sep 17 00:00:00 2001 From: dsc Date: Wed, 21 Dec 2011 19:14:50 -0800 Subject: [PATCH] Installation instructions. --- README.md | 13 ++++++++++++- setup.py | 6 +++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e43670..9681dc1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Financial Crisis Haiku -Did you know that the Financial Crisis Inquiry Report increased the US Gross National Haiku Quotient by 1.8%, the largest single increase every affected by a congressional report? +## Install + +As usual: + + pip install -e . + +Once that's done, go find tha PyHyphen package directory and copy etc/hyph_en_US.dic into it. +Unfortunately, OpenOffice.org has 404'd their dictionary files, so we have to do this manually. ## Features @@ -34,3 +41,7 @@ Did you know that the Financial Crisis Inquiry Report increased the US Gross Nat - Source on GitHub +## Notes + +- Did you know that the Financial Crisis Inquiry Report increased the US Gross National Haiku Quotient by 1.8%, the largest single increase every affected by a congressional report? +- Split out Haiku-finder into its own package? That'd be neat. diff --git a/setup.py b/setup.py index f32cc68..1f3c430 100644 --- a/setup.py +++ b/setup.py @@ -23,11 +23,11 @@ setup( # entry_points = { 'console_scripts':['crisishaiku = crisishaiku:CrisisHaiku.main'] }, install_requires = [ - 'bunch >= 1.0', - 'PyYAML >= 3.10', + 'PyHyphen >= 1.0beta1', 'jsonlib2 >= 1.5.2', 'anyjson >= 0.3.1', - 'PyHyphen >= 1.0beta1', + 'bunch >= 1.0', + 'PyYAML >= 3.10', ], keywords = 'crisishaiku crisis haiku poetry web', -- 1.7.0.4