Document BeautifulSoup & pandoc deps.
This commit is contained in:
Aaron Kavlie 2012-04-12 19:53:03 -07:00
commit 23c05ad7db

View file

@ -19,6 +19,23 @@ The conversion from HTML to reStructuredText relies on `pandoc
written with Markdown syntax, they will not be converted (as Pelican also written with Markdown syntax, they will not be converted (as Pelican also
supports Markdown). supports Markdown).
Dependencies
""""""""""""
``pelican-import`` has two additional dependencies not included with pelican
by default:
- BeautifulSoup
- pandoc
BeatifulSoup can be installed like any other Python package::
$ pip install BeautifulSoup
For pandoc, install a package for your operating system from the
`pandoc site <http://johnmacfarlane.net/pandoc/installing.html>`_.
Usage Usage
""""" """""
@ -26,8 +43,8 @@ Usage
| [--dir-cat] | [--dir-cat]
| input | input
Optional arguments: Optional arguments
""""""""""""""""""" """"""""""""""""""
-h, --help show this help message and exit -h, --help show this help message and exit
--wpfile Wordpress XML export --wpfile Wordpress XML export