Installation ============ Install Sparkless using pip: .. code-block:: bash pip install sparkless For development with testing tools: .. code-block:: bash pip install sparkless[dev] For documentation building: .. code-block:: bash pip install sparkless[docs] Requirements ------------ * Python 3.8 or higher * Polars >= 0.20.0 (automatically installed) * psutil >= 5.8.0 (automatically installed) Optional Dependencies --------------------- * **pandas** - For pandas fallback mode and analytics features * **numpy** - For advanced analytics operations