Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal111 committed Jan 19, 2017
1 parent 74b4361 commit a162c77
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions readme.md
Expand Up @@ -115,16 +115,16 @@ You can run `pip install -r requirements.txt` to install them all.

- ### ttsx: (Offline Text to Speech Service)
`pip install pyttsx`

- ### gTTS: (Google Text to Speech service)
`pip install gTTS`

- ### PyGame: (For audio playback with gTTS)
```
sudo apt-get build-dep python-pygame<br>
sudo apt-get install mercurial<br>
pip install hg+http://bitbucket.org/pygame/pygame
```
- ### Optional for Google Text to Speech:
+ #### gTTS: (Google Text to Speech service)
`pip install gTTS`

+ #### PyGame: (For audio playback with gTTS)
```
sudo apt-get build-dep python-pygame<br>
sudo apt-get install mercurial<br>
pip install hg+http://bitbucket.org/pygame/pygame
```

## Installation:

Expand Down

0 comments on commit a162c77

Please sign in to comment.