From 1148f74fa3fcc4f63ccbbc71efc15850e4985c7b Mon Sep 17 00:00:00 2001 From: Issac Kelly Date: Sun, 11 May 2014 08:27:24 -0700 Subject: [PATCH] Add requirements.txt and update the README for a note on mac installation --- README.md | 3 ++- requirements.txt | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index ad5f0a7..c514dd5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ How does it work * It can search for information on Wikipedia. "Search Microsoft" * It can tell about your current location. Say "Where am I" or "Where are we" * It can play music(Not developed completely) - + Dependencies ----------- @@ -33,5 +33,6 @@ Operating Systems ---------------- * Linux * Mac + - `brew install portaudio` for PyAudio to install * Don't try on Windows, it won't work diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..881f119 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +beautifulsoup4==4.3.2 +PyAudio==0.2.8 +pydub==0.9.1 +requests==2.2.1 +http://downloads.sourceforge.net/project/pyaiml/PyAIML%20%28unstable%29/0.8.6/PyAIML-0.8.6.zip