# HG changeset patch # User Igor Chubin # Date 1320332629 -3600 # Node ID 04b0280aa883110a92c796666400411c4fb3fe11 # Parent 6d6655d4cab6292305d966d37b273a747c089883 new-words.py install by default; new-words.sh is now legacy script diff -r 6d6655d4cab6 -r 04b0280aa883 INSTALL.sh --- a/INSTALL.sh Thu Nov 03 16:01:53 2011 +0100 +++ b/INSTALL.sh Thu Nov 03 16:03:49 2011 +0100 @@ -8,12 +8,14 @@ mkdir -p ~/bin/ fi +echo Please install PyStemmer "(press ctrl-d to continue but don't forget to install PyStemmer python module)". +read echo Installing new-words to "$DEST" set -e cp en.sh "${DEST}"/en cp grep-sentences.pl "${DEST}"/grep-sentences cp learn-words.sh "${DEST}"/learn-words -cp new-words.sh "${DEST}"/new-words +cp new-words.py "${DEST}"/new-words chmod +x ${DEST}/grep-sentences ${DEST}/learn-words ${DEST}/new-words ${DEST}/en echo Done.