Skip to content

Commit ebadc17

Browse files
committed
docs: use uv for installing
1 parent d53ec59 commit ebadc17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ StackOne AI provides a unified interface for accessing various SaaS tools throug
2828
### Basic Installation
2929

3030
```bash
31-
pip install stackone-ai
31+
uv add stackone-ai
3232
```
3333

3434
### Optional Features
3535

3636
```bash
3737
# Install with MCP server support (requires Python 3.10+)
38-
pip install 'stackone-ai[mcp]'
38+
uv add 'stackone-ai[mcp]'
3939

4040
# Install with CrewAI examples (requires Python 3.10+)
41-
pip install 'stackone-ai[examples]'
41+
uv add 'stackone-ai[examples]'
4242

4343
# Install everything
44-
pip install 'stackone-ai[mcp,examples]'
44+
uv add 'stackone-ai[mcp,examples]'
4545
```
4646

4747
## Quick Start

0 commit comments

Comments
 (0)