File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Zencoder
2+ [ ![ Build Status] ( https://secure.travis-ci.org/schworer/zencoder-py.png )] ( http://travis-ci.org/schworer/zencoder-py )
23
34A Python module for the [ Zencoder] ( http://zencoder.com ) API.
45
56## Installation
67Install from PyPI using ` easy_install ` or ` pip ` .
78
9+ pip install zencoder
10+
811## 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.
1013
1114## Usage
1215
@@ -60,5 +63,4 @@ Docs are in progress, and hosted at Read the Docs: http://zencoder.rtfd.org
6063 * [ Josh Kennedy] ( http://github.com/kennedyj )
6164 * [ Issac Kelly] ( http://github.com/issackelly )
6265
63- [ ![ Build Status] ( https://secure.travis-ci.org/schworer/zencoder-py.png )] ( http://travis-ci.org/schworer/zencoder-py )
6466
You can’t perform that action at this time.
0 commit comments