droyed / stackoverflow_tag_cloud

Generates tag clouds for Stack Overflow user profiles based on their Q&A activity. The intended application is to present a pictorial description of that activity.
MIT License
27 stars 10 forks source link

Added in directions for installing dependencies (if needed) #1

Closed rayryeng closed 5 years ago

rayryeng commented 5 years ago

This package assumes that BeautifulSoup and WordCloud are installed prior to running the examples. If you run these without the packages, the example code will crash. This pull request explains what dependencies are required and how to install them.

rayryeng commented 5 years ago

I didn't see the dependencies listed on the bottom of the README.