Added beautifulsoup4 dependency to README's which was introduced into the code at this commit
I've also removed the pip install dependancy1, dependancy2, etc command from the README to prevent the same issue happening in the future (if the README.MD doesn't get updated with the requirements.txt)
Apart from the READMEs, the install.sh was updated to use requirements.txt instead of manual dependency listing.
Added
beautifulsoup4
dependency to README's which was introduced into the code at this commitI've also removed the
pip install dependancy1, dependancy2, etc
command from the README to prevent the same issue happening in the future (if the README.MD doesn't get updated with the requirements.txt)Apart from the READMEs, the install.sh was updated to use requirements.txt instead of manual dependency listing.