From: W. Trevor King Date: Thu, 4 Aug 2011 19:59:20 +0000 (-0400) Subject: Document python-markdown dependency (Gentoo dev-python/markdown). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a880e42402ded4652bec07f3fd5771a8ff21bbf1;p=cookbook.git Document python-markdown dependency (Gentoo dev-python/markdown). --- diff --git a/README b/README index e751563..e071538 100644 --- 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/