From fa1550ceaab0e153467f1aa62226f97c5501036d Mon Sep 17 00:00:00 2001 From: ben2367 Date: Thu, 9 May 2013 01:39:07 +0200 Subject: [PATCH] Update importer documentation Dependencies were not the good one, wordpress importer needs BeautifulSoup4 and lxml --- docs/importer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/importer.rst b/docs/importer.rst index bb24b4b9..6625c044 100644 --- a/docs/importer.rst +++ b/docs/importer.rst @@ -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.