Skip to content

Commit 8c6b58b

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,27 @@ StackOne AI provides a unified interface for accessing various SaaS tools throug
2929

3030
```bash
3131
pip install stackone-ai
32+
33+
# Or with uv
34+
uv add stackone-ai
3235
```
3336

3437
### Optional Features
3538

3639
```bash
3740
# Install with MCP server support (requires Python 3.10+)
41+
uv add 'stackone-ai[mcp]'
42+
# or
3843
pip install 'stackone-ai[mcp]'
3944

4045
# Install with CrewAI examples (requires Python 3.10+)
46+
uv add 'stackone-ai[examples]'
47+
# or
4148
pip install 'stackone-ai[examples]'
4249

4350
# Install everything
51+
uv add 'stackone-ai[mcp,examples]'
52+
# or
4453
pip install 'stackone-ai[mcp,examples]'
4554
```
4655

0 commit comments

Comments
 (0)