Update README.md

This commit is contained in:
Tom Christie 2013-02-23 08:39:57 +00:00
parent f729506261
commit 8a0007133a

View File

@ -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.