Merge pull request #14 from pve/uv-install

feat: Add uv as install method
This commit is contained in:
Xubin Ren 2026-02-02 21:35:36 +08:00 committed by GitHub
commit 073a176d24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]