Gathering data from the web¶
Resources¶
Installing BeautifulSoup¶
To install BeautifulSoup on your class VM, run:
sudo pip3 install --upgrade beautifulsoup4
sudo pip3 install --upgrade html5lib
The password is the usual student account password.