diff --git a/README.md b/README.md index 0d9778e..1e6fdfa 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Dependencies can be installed by running this [pip](https://pypi.python.org/pypi 3. PyAudio 4. PyDub 5. Requests +6. PyYAML Operating Systems ---------------- diff --git a/requirements.txt b/requirements.txt index 881f119..047486c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ 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 +http://pyyaml.org/download/pyyaml/PyYAML-3.11.zip