Installation Guide
If you are unfamiliar with the terminology presented here, make sure to check out the module installation gitbook.
For this tutorial, you'll need two modules: Requests and BeautifulSoup. Please run the following commands in terminal or command prompt to install them:
$ python3 -m pip install requests
$ python3 -m pip install beautifulsoup4
Check out Troubleshooting/FAQ if you get an error.