Skip to content

Commit d98e9c0

Browse files
author
Steve Ayers
committed
Update README
1 parent bb14f7c commit d98e9c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ To install the package, use `pip`:
5252
pip install protovalidate
5353
```
5454

55+
Protovalidate also has an optional dependency on [google-re2](https://pypi.org/project/google-re2/). If you require re2 syntax for your regular expressions, install the extra dep as follows:
56+
57+
```shell
58+
pip install protovalidate[re2]
59+
```
60+
5561
## Documentation
5662

5763
Comprehensive documentation for Protovalidate is available in [Buf's documentation library][protovalidate].

0 commit comments

Comments
 (0)