CLI Installation¶
Installing and setting up the ParquetFrame command-line interface.
Installation¶
Install ParquetFrame with CLI support using pip:
Verify Installation¶
Check that the CLI is installed correctly:
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