Skip to content

Commit b566b45

Browse files
committed
Update installation instructions to reflect package name change from "modulex" to "modulex-python" in multiple documentation snippets and README.md. Also, import SSEEvent in README.md for clarity.
1 parent 88d7c43 commit b566b45

18 files changed

Lines changed: 22 additions & 22 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,13 +370,13 @@ except ModulexError as e:
370370
All types are available for import:
371371

372372
```python
373+
from modulex import SSEEvent
373374
from modulex.types import (
374375
WorkflowDefinition,
375376
NodeDefinition,
376377
EdgeDefinition,
377378
LLMConfig,
378379
RunResponse,
379-
SSEEvent,
380380
)
381381
```
382382

docs/snippets/api-keys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Create and manage programmatic API keys for the ModuleX platform"
66
## Installation
77

88
```bash
9-
pip install modulex
9+
pip install modulex-python
1010
```
1111

1212
## Initialize Client

docs/snippets/auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Retrieve user identity, manage organization memberships, and handl
66
## Installation
77

88
```bash
9-
pip install modulex
9+
pip install modulex-python
1010
```
1111

1212
## Initialize Client

docs/snippets/chats.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Retrieve, organize, and stream real-time updates for workflow exec
66
## Installation
77

88
```bash
9-
pip install modulex
9+
pip install modulex-python
1010
```
1111

1212
## Initialize Client

docs/snippets/composer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "AI-powered workflow builder — modify workflows through natural l
66
## Installation
77

88
```bash
9-
pip install modulex
9+
pip install modulex-python
1010
```
1111

1212
## Initialize Client

docs/snippets/credentials.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Store and manage integration credentials — API keys, bearer toke
66
## Installation
77

88
```bash
9-
pip install modulex
9+
pip install modulex-python
1010
```
1111

1212
## Initialize Client

docs/snippets/dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Access organization audit logs, usage analytics, and user manageme
66
## Installation
77

88
```bash
9-
pip install modulex
9+
pip install modulex-python
1010
```
1111

1212
## Initialize Client

docs/snippets/deployments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Deploy workflow versions, manage live deployments, and control act
66
## Installation
77

88
```bash
9-
pip install modulex
9+
pip install modulex-python
1010
```
1111

1212
## Initialize Client

docs/snippets/executions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Run workflows, stream real-time events, inspect state, resume from
66
## Installation
77

88
```bash
9-
pip install modulex
9+
pip install modulex-python
1010
```
1111

1212
## Initialize Client

docs/snippets/integrations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Browse available tool integrations, LLM providers, and knowledge p
66
## Installation
77

88
```bash
9-
pip install modulex
9+
pip install modulex-python
1010
```
1111

1212
## Initialize Client

0 commit comments

Comments
 (0)