As a WebRTC primer, I read, learn, take notes and write program. This is the learning notes for other primer like me
brew install libev
brew install python3
brew install graphviz
pip install virtualenv
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
download plantuml and put it into /usr/local/bin