diff --git a/README.md b/README.md index 1d69635f5..cd55335bf 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,14 @@ cd nanobot pip install -e . ``` +**Install with uv** + +```bash +uv venv +source .venv/bin/activate +uv pip install nanobot-ai +``` + ## 🚀 Quick Start > [!TIP]