Skip to content

Commit acce802

Browse files
committed
Add pip install command and PyPI link to README.md
1 parent 78b2d31 commit acce802

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This is a Python wrapper for the CEL C++ implementation.
44

5+
## Installation
6+
7+
```
8+
pip install cel-expr-python
9+
```
10+
11+
Available on PyPI: https://pypi.org/project/cel-expr-python
12+
513
## Usage
614

715
### Importing CEL module

0 commit comments

Comments
 (0)