From 76b61aec7d44687a6fa170309039613da74b4db3 Mon Sep 17 00:00:00 2001 From: Dmitri Plotnikov Date: Mon, 1 Jun 2026 13:56:18 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 924897098 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 177f0b8..f25ab76 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ This is a Python wrapper for the CEL C++ implementation. +## Installation + +``` +pip install cel-expr-python +``` + +Available on PyPI: https://pypi.org/project/cel-expr-python + ## Usage ### Importing CEL module