Update documentation about upb status

PiperOrigin-RevId: 478114092
pull/13171/head
Joshua Haberman 2 years ago committed by Copybara-Service
parent 82c6c48761
commit e79e3dbfd7
  1. 10
      README.md

@ -7,8 +7,8 @@ in C.
upb is the core runtime for protobuf languages extensions in
[Ruby](https://github.com/protocolbuffers/protobuf/tree/master/ruby),
[PHP](https://github.com/protocolbuffers/protobuf/tree/master/php), and (soon)
Python.
[PHP](https://github.com/protocolbuffers/protobuf/tree/master/php), and
[Python](https://github.com/protocolbuffers/upb/tree/main/python).
While upb offers a C API, the C API & ABI **are not stable**. For this reason,
upb is not generally offered as a C library for direct consumption, and there
@ -57,6 +57,12 @@ For PHP, use [PECL](https://pecl.php.net/package/protobuf):
$ sudo pecl install protobuf
```
For Python, use [PyPI](https://pypi.org/project/protobuf/):
```
$ sudo pip install protobuf
```
Alternatively, you can build and install upb using
[vcpkg](https://github.com/microsoft/vcpkg/) dependency manager:

Loading…
Cancel
Save