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

# Installation

## Install FastDaisy-Admin

We recommend using [uv](https://docs.astral.sh/uv/), a fast Python package installer:

```bash theme={null}
uv add fastdaisy-admin
```

Alternatively, you can install with `pip` or `uv pip`:

<CodeGroup>
  ```bash uv theme={null}
  uv pip install fastdaisy-admin
  ```

  ```bash pip theme={null}
  pip install fastdaisy-admin
  ```
</CodeGroup>
