I installed Microclimate locally (on macOS) and tried a simple webscraping app. The Microclimate Build was successful but I got a runtime error
k (most recent call last):
File "app.py", line 4, in <module>
from bs4 import BeautifulSoup as mySoup
ImportError: No module named 'bs4'
Seems I need to install a module, how would I do this?
Also, what Python version is being used?