|
3 | 3 | A Python module for the[Zencoder](http://zencoder.com) API |
4 | 4 |
|
5 | 5 | ##Installation |
6 | | -Eventually I'll get around to putting thisin the cheeseshop, when that happens you can install with easy_install: |
| 6 | +Eventually I'll get around to putting thison PyPI, when that happens you can install with easy_install: |
7 | 7 | easy_install zencoder |
8 | 8 | or with pip: |
9 | 9 | pip install zencoder |
10 | 10 |
|
11 | 11 | ##Dependencies |
12 | | -zencoder-py depends on[httplib2](http://code.google.com/p/httplib2/), and uses the json module and will depend on some package for xml when I get around to supporting it. |
| 12 | +zencoder-py depends on[httplib2](http://code.google.com/p/httplib2/), and uses the json module. |
13 | 13 |
|
14 | 14 | Install httplib2 with pip or easy_install. |
| 15 | + pip install httplib2 |
15 | 16 |
|
16 | 17 | ##Usage |
17 | 18 |
|
|