We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f8a28 commit 3db5207Copy full SHA for 3db5207
README.md
@@ -3,6 +3,15 @@
3
A Python module for the [Zencoder](http://zencoder.com) API
4
5
## Installation
6
+Eventually I'll get around to putting this in the cheeseshop, when that happens you can install with easy_install:
7
+ easy_install zencoder
8
+or with pip:
9
+ pip install zencoder
10
11
+## Dependencies
12
zencoder-py depends on [httplib2](http://code.google.com/p/httplib2/)
13
14
+it uses the json module, which is only in 2.6 python or greater
15
+
16
+and will depend on some package for xml
17
0 commit comments