eudemonics/cloudget

Install BeautifulSoup

Closed this issue · 1 comments

Hi, I have seen your code and in the readme you say "to install BeautifulSoup you put: pip install BeautifulSoup" since since your code does not connect directly to the BeautifulSoup module you have to install it like this: pip install bs4. Regards :) PS: sorry but I do not speak English

it's been awhile since i worked on it but I'm pretty sure it is because the code is using bs3 not bs4, and some of the functions will result in error if you import the wrong version. i may have updated to bs4 in a later version but i haven't pushed it to github yet.