Merge pull request #881 from ben2367/patch-1

Update importer documentation
This commit is contained in:
Justin Mayer 2013-05-14 11:36:14 -07:00
commit 8c47ab21ec

View file

@ -26,8 +26,8 @@ Dependencies
``pelican-import`` has some dependencies not required by the rest of Pelican:
- *BeautifulSoup*, for WordPress and Dotclear import. Can be installed like
any other Python package (``pip install BeautifulSoup``).
- *BeautifulSoup4* and *lxml*, for WordPress and Dotclear import. Can be installed like
any other Python package (``pip install BeautifulSoup4 lxml``).
- *Feedparser*, for feed import (``pip install feedparser``).
- *Pandoc*, see the `Pandoc site`_ for installation instructions on your
operating system.