Skip to content

Commit

Permalink
udpated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
biagiodistefano committed Nov 26, 2024
1 parent 6c2707d commit 2f1faf9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ print(evaluate(rule, example_false)) # False
## Installation

```bash
pip install rule-engine
pip install light-rule-engine
```
```bash
poetry add light-rule-engine
```
```bash
uv add light-rule-engine
```

## Supported Operators
Expand Down

0 comments on commit 2f1faf9

Please sign in to comment.