Skip to content

Commit

Permalink
updated to mention pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
tansaku committed Jan 10, 2013
1 parent 3f0f3c3 commit 37cc571
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions faq/README.markdown
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
The faqbot is currently separate from the TWSS system, and provides a Natural Language interface to a SQL database

You'll need [nltk](https://github.com/nltk/nltk) and [pattern](http://www.clips.ua.ac.be/pages/pattern) on your PYTHONPATH to run, or you go via easy_install and then pip:
You'll need [nltk](https://github.com/nltk/nltk) and [pattern](http://www.clips.ua.ac.be/pages/pattern) on your PYTHONPATH to run, or you go via easy_install (part of setup tools) and then pip:

`sh setuptools-0.6c11-py2.7.egg
easy_install pip
pip install -U pyyaml nltk
pip install pattern
`
`easy_install pip`
`pip install -U pyyaml nltk`
`pip install pattern`

and you'll also need to install the nltk corpora - instructions should pop up as necessary

Expand Down

0 comments on commit 37cc571

Please sign in to comment.