Skip to content

CLI Installation

Installing and setting up the ParquetFrame command-line interface.

Installation

Install ParquetFrame with CLI support using pip:

pip install parquetframe[cli]

Verify Installation

Check that the CLI is installed correctly:

pframe --version
pframe --help

System Requirements

  • Python 3.9 or higher
  • Sufficient memory for your datasets
  • Optional: Dask for large dataset processing

Summary

The ParquetFrame CLI provides powerful command-line tools for data processing workflows.

Examples

# Basic installation
pip install parquetframe[cli]

# Development installation
pip install parquetframe[cli,dev]

# Verify installation
pframe --version

Further Reading