Docs: Add six, markupsafe to install dependencies

This commit is contained in:
Thanos Lefteris 2013-06-03 18:23:07 +03:00
commit ba3e14dd1d

View file

@ -121,6 +121,10 @@ automatically installed without any action on your part:
broadcast signaling system broadcast signaling system
* `unidecode <http://pypi.python.org/pypi/Unidecode>`_, for ASCII * `unidecode <http://pypi.python.org/pypi/Unidecode>`_, for ASCII
transliterations of Unicode text transliterations of Unicode text
* `six <http://pypi.python.org/pypi/six>`_, for Python 2 and 3 compatibility
utilities
* `MarkupSafe <http://pypi.python.org/pypi/MarkupSafe>`_, for a markup safe
string implementation
If you want the following optional packages, you will need to install them If you want the following optional packages, you will need to install them
manually via ``pip``: manually via ``pip``: