Merge pull request #922 from alefteris/docs-install-deps

Docs: Add six, markupsafe to install dependencies
This commit is contained in:
Alexis Metaireau 2013-06-03 09:58:41 -07:00
commit e91b53be87

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``: