Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 739 Bytes

File metadata and controls

46 lines (31 loc) · 739 Bytes

Installation Guide

Requirements

  • Python 3.8 or higher
  • pip or pipx

Installation Methods

Using pip (Recommended for users)

pip install alt-dremio-cli

Using pipx (Isolated environment)

pipx install dremio-cli

From Source (For developers)

git clone https://github.com/developer-advocacy-dremio/dremio-python-cli
cd dremio-cli
pip install -e .

Development Installation

git clone https://github.com/developer-advocacy-dremio/dremio-python-cli
cd dremio-cli
pip install -e ".[dev]"

Verify Installation

alt-dremio-cli --version

Next Steps

See the Quick Start Guide to configure your first profile and start using the CLI.