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

# Installation

## Install latest official version

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

## Install upstream version

```bash theme={null}
pip install git+https://github.com/fal-ai/fal#subdirectory=projects/fal
```

## Install development version from a git revision

```bash theme={null}
pip install git+https://github.com/fal-ai/fal@75fe22f19cf61c7b6488d919d9a8c4bcb3433b42#subdirectory=projects/fal
```

## Install development version from a git tag

```bash theme={null}
pip install git+https://github.com/fal-ai/fal@fal_v1.10.0#subdirectory=projects/fal
```

## Install development version from a git branch

```bash theme={null}
pip install git+https://github.com/fal-ai/fal@main#subdirectory=projects/fal
```
