This repository holds the code for the Real Python A Practical Introduction to Web Scraping in Python tutorial.
To run the examples in this repository, you need to have the dependencies installed. You should first create a virtual environment:
$ python -m venv venv
$ source venv/bin/activate
Then, navigate into the subfolder and install the requirements with pip
:
(venv) $ python -m pip install -r requirements.txt
Distributed under the MIT license. See LICENSE
for more information.