Installation
Requirements
MeatPy requires Python 3.11 or higher.
Install from PyPI
The easiest way to install MeatPy is using pip:
For Parquet output support, install with the parquet extra:
Install from Source
To install the latest development version from GitHub:
Development Installation
For development, we recommend using uv
for dependency management:
This will create a virtual environment and install all dependencies including development tools.
Verify Installation
You can verify your installation by running:
Optional Dependencies
- pyarrow: Required for Parquet output format support
- jupyter and pandas: For running example notebooks
- pytest: For running tests if you're contributing