Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 733 Bytes

installation.rst

File metadata and controls

32 lines (19 loc) · 733 Bytes

Installing

protobuf3 is in the Python Package Index.

Installing with PIP

To use pip to install protobuf3:

$ pip install protobuf3

To get a specific version of protobuf3:

$ pip install protobuf3==1.0.0

To upgrade using pip:

$ pip install --upgrade protobuf3

Installing from source

If you'd rather install directly from the source (i.e. to stay on the bleeding edge), check out the latest source from github and install the library from the resulting tree:

$ git clone [email protected]:Pr0Ger/protobuf3.git
$ cd protobuf3/
$ python setup.py install