From ba3e14dd1d89bed8fcac11c5b67fd614cf52d053 Mon Sep 17 00:00:00 2001 From: Thanos Lefteris Date: Mon, 3 Jun 2013 18:23:07 +0300 Subject: [PATCH] Docs: Add six, markupsafe to install dependencies --- docs/getting_started.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index ddffb5ff..b41f8c18 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -121,6 +121,10 @@ automatically installed without any action on your part: broadcast signaling system * `unidecode `_, for ASCII transliterations of Unicode text +* `six `_, for Python 2 and 3 compatibility + utilities +* `MarkupSafe `_, for a markup safe + string implementation If you want the following optional packages, you will need to install them manually via ``pip``: