home ~ projects ~ socials

Install Beautiful Soup For Python

The command to install Beautiful Soup is:

pip install beautifulsoup4

Usage:

from bs4 import BeautifulSoup

# etc...
-- end of line --