|
1 | 1 | #Zencoder
|
| 2 | +[](http://travis-ci.org/schworer/zencoder-py) |
2 | 3 |
|
3 | 4 | A Python module for the[Zencoder](http://zencoder.com) API.
|
4 | 5 |
|
5 | 6 | ##Installation
|
6 | 7 | Install from PyPI using`easy_install` or`pip`.
|
7 | 8 |
|
| 9 | +pip install zencoder |
| 10 | + |
8 | 11 | ##Dependencies
|
9 |
| -`zencoder-py` depends on[httplib2](http://code.google.com/p/httplib2/), and uses the`json` or`simplejson` module. |
| 12 | +`zencoder-py` depends on[requests](http://python-requests.org), and uses the`json` or`simplejson` module. |
10 | 13 |
|
11 | 14 | ##Usage
|
12 | 15 |
|
@@ -60,5 +63,4 @@ Docs are in progress, and hosted at Read the Docs: http://zencoder.rtfd.org
|
60 | 63 | *[Josh Kennedy](http://github.com/kennedyj)
|
61 | 64 | *[Issac Kelly](http://github.com/issackelly)
|
62 | 65 |
|
63 |
| -[](http://travis-ci.org/schworer/zencoder-py) |
64 | 66 |
|