Install Beautiful Soup For Python

March 2022

The command to install Beautiful Soup is:

pip install beautifulsoup4

Usage:

from bs4 import BeautifulSoup

# etc...
end of line