mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fixed a typo
BeatifulSoup -> Beautiful Soup
This commit is contained in:
parent
be040715f9
commit
696caac9b0
1 changed files with 2 additions and 2 deletions
|
|
@ -24,10 +24,10 @@ Dependencies
|
||||||
|
|
||||||
``pelican-import`` has two dependencies not required by the rest of pelican:
|
``pelican-import`` has two dependencies not required by the rest of pelican:
|
||||||
|
|
||||||
- BeautifulSoup
|
- Beautiful Soup
|
||||||
- pandoc
|
- pandoc
|
||||||
|
|
||||||
BeatifulSoup can be installed like any other Python package::
|
Beautiful Soup can be installed like any other Python package::
|
||||||
|
|
||||||
$ pip install BeautifulSoup
|
$ pip install BeautifulSoup
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue