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

# Install

> Install the gforge CLI package.

Create a virtual environment and install the supplied wheel:

```bash theme={null}
python3 -m venv .venv-gforge
source .venv-gforge/bin/activate
python -m pip install --upgrade pip
python -m pip install ./gforge-0.3.0.dev86+6bc-py3-none-any.whl
```

Verify the installation:

```bash theme={null}
gforge --version
gforge --help
```

Expected version:

```text theme={null}
gforge 0.3.0.dev86+6bc
```

Next: [Login](/cli/login).


## Related topics

- [Python SDK](/sdk/overview.md)
- [LangChain Agent Example](/examples/langchain-agent.md)
- [CLI Overview](/cli/overview.md)
