X-Git-Url: http://git.tremily.us/?p=cookbook.git;a=blobdiff_plain;f=README;fp=README;h=e07153884528c47f8af5c0cfe3a39ea1c1dd56e0;hp=e7515633db52e1e3188bd1c51350221c06db95b9;hb=a880e42402ded4652bec07f3fd5771a8ff21bbf1;hpb=364935709467c654cc1c079212ec939438935d6f 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/