mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #922 from alefteris/docs-install-deps
Docs: Add six, markupsafe to install dependencies
This commit is contained in:
commit
e91b53be87
1 changed files with 4 additions and 0 deletions
|
|
@ -121,6 +121,10 @@ automatically installed without any action on your part:
|
|||
broadcast signaling system
|
||||
* `unidecode <http://pypi.python.org/pypi/Unidecode>`_, for ASCII
|
||||
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
|
||||
manually via ``pip``:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue