| Index: README.md |
| diff --git a/README.md b/README.md |
| index c95ced5ca861112fc9abdacb81b53f9b36b44ce9..6f0456d319a01459fa7e6146c1a7d5a72b8ba9e3 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -12,9 +12,8 @@ convert your content directory on the fly, your changes will become visible |
| immediately. To run it you need: |
| * Python 2.7 |
| -* [Jinja2](http://jinja.pocoo.org/) and |
| - [Markdown](https://pypi.python.org/pypi/Markdown) modules (can be installed by |
| - running `easy_install Jinja2 Markdown` from the command line) |
| +* The modules listed in `requirements.txt` (can be installed by running |
| +`pip install -r requirements.txt` from the command line). |
| * A current copy of the |
| [cms repository](https://github.com/adblockplus/cms/) (can be |
| [downloaded as ZIP file](https://github.com/adblockplus/cms/archive/master.zip) |