@frederik thanks!
I've installed all dependencies with pip3 and installed Drawbot with python3 with no errors. But... When I try to build my Drawbot sketches in Sublime Text I get the following error.
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/drawBot-3.120-py3.7.egg/drawBot/drawBotDrawingTools.py", line 441, in DrawBotDrawingTool
supportedOptions="\n ".join(getContextOptionsDocs())
TypeError: unsupported operand type(s) for %: 'NoneType' and 'dict'
Could this be an error within the Drawbot package? Or am I missing a step here?