Skip to content

Commit

Permalink
Merge pull request #5 from udiboy1209/req_txt
Browse files Browse the repository at this point in the history
Add requirements.txt to make installing deps easy
  • Loading branch information
nihal111 committed Jan 16, 2017
2 parents b341fcf + 0329065 commit 74b4361
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -99,6 +99,8 @@ Combined with a few python scripts, J.A.R.V.I.S now performs quite a few tasks:

## Requirements:

You can run `pip install -r requirements.txt` to install them all.

- ### AIML (For Pattern Recognition)
`pip install aiml`

Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
@@ -0,0 +1,5 @@
aiml
SpeechRecognition
pyalsaaudio
pyttsx
gTTS

0 comments on commit 74b4361

Please sign in to comment.