From: dsc Date: Thu, 22 Dec 2011 03:14:50 +0000 (-0800) Subject: Installation instructions. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=49f053407a7ee9d938ff79c65452ebbbc5d9a4f5;p=crisishaiku.git Installation instructions. --- 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',