Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 401 Bytes

PyLadies-webscraping

Code for 9/14 Workshop

All code is 3.x compatible, but not 2.x compatible
Make sure you have BeautifulSoup and the requests library installed using:
pip install beautifulsoup4
pip install requests

Note: If you have Python 3 installed alongside Python 2, you may have to use "pip3" instead of "pip", or run
apt-get install python3-pip
to get pip3