Document python-markdown dependency (Gentoo dev-python/markdown).
[cookbook.git] / README
diff --git a/README b/README
index e7515633db52e1e3188bd1c51350221c06db95b9..e07153884528c47f8af5c0cfe3a39ea1c1dd56e0 100644 (file)
--- a/README
+++ b/README
@@ -16,7 +16,8 @@ Dependencies
 ------------
 
 Outside of Django_ and the Python_ standard libraries, the only
-required dependency is `django-taggit`_ (docs__).
+required dependencies are `django-taggit`_ (docs__) and
+`python-markdown`_.
 
 __ dt2-docs_
 
@@ -56,5 +57,6 @@ That's a good place to start if you're new to Django.
 .. _cookbook: http://physics.drexel.edu/~wking/code/git/gitweb.cgi?p=cookbook.git
 .. _django-taggit: https://github.com/alex/django-taggit
 .. _dt2-docs: http://django-taggit.readthedocs.org/en/latest/
+.. _python-markdown: http://pypi.python.org/pypi/Markdown
 .. _Django documentation: https://docs.djangoproject.com/
 .. _Django tutorial: https://docs.djangoproject.com/en/1.3/intro/tutorial01/