Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Nov 20, 2016
1 parent 890ebf8 commit 9a676e0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,21 @@
Python script that lets you easily convert passed text to synthesized audio
files, with help of Amazon's [IVONA][ivona]. All you need is a pair of
[keys][ivona keys] and this script. Yes, that's *literally* everything you need
to never speak again. If that's your
thing of course.
to never speak again. If that's your thing of course.

If you want to use IVONA Speech Cloud directly inside your (probably awesome)
Python project then have a look at [python-ivona-api][ivona api],
which this script also uses.
If you want to use IVONA Speech Cloud directly inside your Python project then
have a look at [python-ivona-api][ivona api], which this script also uses.

## Installation
With PyPI (recommended):
From PyPI (recommended):
```
$ pip install ivona_speak
```

With `git clone`:
```
$ git clone https://github.com/Pythonity/ivona-speak
$ pip3 install -r ivona-speak/requirements.txt
$ pip install -r ivona-speak/requirements.txt
$ cd ivona-speak/bin
```

Expand Down

0 comments on commit 9a676e0

Please sign in to comment.