Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 575 Bytes

File metadata and controls

28 lines (23 loc) · 575 Bytes

import { Tabs, Tab } from "fumadocs-ui/components/tabs";

<Tabs className="p-0 m-0" groupId="python-pm" items={['uv', 'poetry', 'pip', 'conda']} default="uv"> bash uv add copilotkit bash poetry add copilotkit

<Tab value="pip">

```bash
pip install copilotkit --extra-index-url https://copilotkit.gateway.scarf.sh/simple/
```
</Tab>

<Tab value="conda">
```bash
conda install copilotkit -c copilotkit-channel
```
</Tab>