From 8a0007133a458e43a6886cc1dfb9b52c77805caa Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 23 Feb 2013 08:39:57 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ab44e0bd..afe3132df 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Install using `pip`, including any optional packages you want... pip install djangorestframework pip install markdown # Markdown support for the browseable API. pip install pyyaml # YAML content-type support. + pip install defusedxml # XML content-type support. pip install django-filter # Filtering support ...or clone the project from github.