installing beautifulsoup in python code example
Example 1: beautifulsoup4 install
pip install beautifulsoup4
Example 2: python bs4 install
pip install bs4 #this'll do the work
Example 3: how to install beautiful soup
#to install beautiful soup use this command
pip install beautifulsoup4