# Pip package

To install the `konduit` pip package, you can run:

```bash
pip install konduit
```

After installing the pip package, you can initialize the `konduit` CLI in the following way

## Initializing the CLI

### For git users

If you use git you can build the binaries by running

#### CPU

```bash
konduit-init --chip cpu
```

#### GPU

```bash
konduit-init --chip gpu
```

### For non-git users

If you want to download the pre-build binaries, you can

#### CPU

```bash
konduit-init --chip cpu -d
```

#### GPU

```
konduit-init --chip gpu -d
```

## Verification

After doing the above process, you can verify the installation by doing:

```bash
konduit --version
```

If everything went alright then you should see something like

```
Konduit serving version: 0.1.0-SNAPSHOT
Commit hash: 3f9ac52f
```

## What's next?&#x20;

Try out how to work with the `konduit` CLI with an example workflow [here](/0.1.0-snapshot/quickstart/quickstart-cli.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://serving.konduit.ai/0.1.0-snapshot/quickstart/pip-package.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
