Home

Install Beautiful Soup For Python

The command to install Beautiful Soup is:

bash
pip install beautifulsoup4

Usage:

python
from bs4 import BeautifulSoup

# etc...
~ fin ~