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