docs: add uv installation instructions (fixes #5)

This commit is contained in:
Manus AI 2026-02-02 04:30:15 -05:00
parent 229fde021a
commit eaf494ea31

View File

@ -60,6 +60,12 @@
## 📦 Install ## 📦 Install
**Install with [uv](https://github.com/astral-sh/uv)** (recommended for speed)
```bash
uv tool install nanobot-ai
```
**Install from PyPi** **Install from PyPi**
```bash ```bash