aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b8f92c4..9bc01bd 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,10 @@ Conventional Role Play (CVRP) is a Python SDK designed for structured processing
## Installation
-To install Conventional Role Play, you can use pip:
+To install Conventional Role Play, you can use uv or pip:
```bash
-pip install conventionalrp
+uv add conventionalrp
```
## Basic Usage