> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainlit.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

Chainlit requires `python>=3.9`.

You can install Chainlit it via pip as follows:

```bash theme={null}
pip install chainlit
```

This will make the `chainlit` command available on your system.

Make sure everything runs smoothly:

```bash theme={null}
chainlit hello
```

This should spawn the chainlit UI and ask for your name like so:

<img src="https://mintcdn.com/chainlit-43/b2WeFP1vh0enOZXn/images/hello.png?fit=max&auto=format&n=b2WeFP1vh0enOZXn&q=85&s=b29aa6cd2b3455ebdc835de7533e1f31" alt="Hello" width="2074" height="904" data-path="images/hello.png" />

## Next steps

<CardGroup cols={2}>
  <Card title="In Pure Python" color="#ea5a0c" icon="python" href="/get-started/pure-python">
    Learn on how to use Chainlit with any python code.
  </Card>

  <Card title="Integrations" color="#0285c7" icon="link" href="/integrations">
    Integrate Chainlit with other frameworks.
  </Card>
</CardGroup>
