what are all the bs4 dependencies code example
Example 1: python bs4 install
pip install bs4 #this'll do the work
Example 2: python import beautifulsoup
from bs4 import BeautifulSoup
import requests
pip install bs4 #this'll do the work
from bs4 import BeautifulSoup
import requests