Skip to content

Commit e81f820

Browse files
committed
docs: make quick start local-only with uv install
Update Quick Start to show only LOCAL mode setup and use uv pip install for the primary install command. Made-with: Cursor
1 parent 8d85af8 commit e81f820

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,7 @@ The SDK allows you to programmatically create, browse and manage 3 key resources
6262
Install the SDK for LOCAL mode first (see [Installation](#installation) for further details):
6363

6464
```shell
65-
pip install -U 'mostlyai[local]'
66-
```
67-
68-
For CLIENT-only usage against a remote endpoint, use:
69-
70-
```shell
71-
pip install -U mostlyai
65+
uv pip install -U 'mostlyai[local]'
7266
```
7367

7468
Generate synthetic samples using a pre-trained generator:

0 commit comments

Comments
 (0)