You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,12 @@ To install the package, use `pip`:
52
52
pip install protovalidate
53
53
```
54
54
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
+
55
61
## Documentation
56
62
57
63
Comprehensive documentation for Protovalidate is available in [Buf's documentation library][protovalidate].
0 commit comments