I'm trying to create a web scraper project and I see from tutorials that I will need BeautifulSoup. I'm having trouble figuring out how to download it.
I'm using Windows 7, installed Python 2.7.9 and have successfully downloaded lxml through the exe file at Pypi. I saw the post: (How to install beautiful soup 4 with python 2.7 on windows) and tried following the steps, but can't get it to download even if I have the extracted .tar file of BS4.
Could someone give a guide of how to install BS4 please?