|
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 this onPyPI, when that happens you can install with easy_install: |
| 6 | +Install fromPyPI using 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. |
| 12 | +`zencoder-py` depends on[httplib2](http://code.google.com/p/httplib2/), and uses the`json` module. |
13 | 13 |
|
14 |
| -Install httplib2 with pip or easy_install. |
| 14 | +Install`httplib2` with`pip` or`easy_install`. |
15 | 15 | pip install httplib2
|
16 | 16 |
|
17 | 17 | ##Usage
|
@@ -48,5 +48,5 @@ Install httplib2 with pip or easy_install.
|
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| -**Note:** If you set the**ZENCODER\_API\_KEY** environment variable to your api key, you don't have to provide it when initializing Zencoder. |
| 51 | +**Note:** If you set the`**ZENCODER\_API\_KEY**` environment variable to your api key, you don't have to provide it when initializing Zencoder. |
52 | 52 |
|