Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 429 Bytes

File metadata and controls

21 lines (17 loc) · 429 Bytes

<Tabs groupId="python-pm" items={['Poetry', 'pip', 'conda']} default="Poetry"> 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>