The public apis and toolkit
-
protoc
Install the protoc compiler and libs from
https://github.com/google/protobuf. Currently we're developing under 3.x. -
Python
Just run
pip install -U -r requirements.txtto install requirements locally orsudo pip install -U -r requirements.txtglobally.