mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update importer documentation
Dependencies were not the good one, wordpress importer needs BeautifulSoup4 and lxml
This commit is contained in:
parent
e9ca508e8e
commit
fa1550ceaa
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue