We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53ec59 commit ebadc17Copy full SHA for ebadc17
1 file changed
README.md
@@ -28,20 +28,20 @@ StackOne AI provides a unified interface for accessing various SaaS tools throug
28
### Basic Installation
29
30
```bash
31
-pip install stackone-ai
+uv add stackone-ai
32
```
33
34
### Optional Features
35
36
37
# Install with MCP server support (requires Python 3.10+)
38
-pip install 'stackone-ai[mcp]'
+uv add 'stackone-ai[mcp]'
39
40
# Install with CrewAI examples (requires Python 3.10+)
41
-pip install 'stackone-ai[examples]'
+uv add 'stackone-ai[examples]'
42
43
# Install everything
44
-pip install 'stackone-ai[mcp,examples]'
+uv add 'stackone-ai[mcp,examples]'
45
46
47
## Quick Start
0 commit comments