appnexus / pyrobuf

A Cython alternative to Google's Python Protobuf library
Other
555 stars 72 forks source link

README could be clearer in Use #84

Open tommyjcarpenter opened 6 years ago

tommyjcarpenter commented 6 years ago

As someone new to protobuf, the following sentence is a bit unclear:

Suppose you have installed test_message.proto which contains a spec for the message Test. In Python, you can import your new message class by running:

What does "installed" mean here? Where does the .proto file need to reside? Can this be a link to other documentation maybe?