Pip Beautifulsoup
pip install beautifulsoup4
Hurt Hornet
pip install beautifulsoup4
pip install bs4 #this'll do the work
pip3 install beautifulsoup4
import bs4 as bs
import urllib.request
source = urllib.request.urlopen('https://pythonprogramming.net/parsememcparseface/').read()
>python get-pip.py