Skip to content

Commit c2877cf

Browse files
committed
fix command
1 parent be83f1c commit c2877cf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default function HomePage() {
6565
{/* Quick Install */}
6666
<div className="mt-8 mx-auto max-w-3xl rounded-lg bg-muted p-6">
6767
<h3 className="font-semibold mb-4 text-slate-900 dark:text-slate-100">Quick Install</h3>
68-
<CopyBlock>pip install llms</CopyBlock>
68+
<CopyBlock>pip install llms-py</CopyBlock>
6969
</div>
7070

7171
{/* Console Carousel Section */}

content/docs/v3.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ description: Major release focused on extensibility, expanded provider support,
5050

5151
Get instant access to 530+ models from 24 providers with extensibility at its core:
5252

53-
<ShellCommand>pip install llms</ShellCommand>
53+
<ShellCommand>pip install llms-py</ShellCommand>
5454

5555
### Upgrade
5656

57-
<ShellCommand>pip install --upgrade llms</ShellCommand>
57+
<ShellCommand>pip install llms-py --upgrade</ShellCommand>
5858

5959
See [Install Docs](/docs/getting-started/installation) for running from Docker or source.
6060

@@ -829,7 +829,7 @@ See [CLI Docs](/docs/features/cli) for more details.
829829

830830
```bash
831831
# Update llms to v3
832-
pip install --upgrade llms
832+
pip install llms-py --upgrade
833833

834834
# Start the server
835835
llms --serve 8000

0 commit comments

Comments
 (0)