Installation ============ Install from PyPI ----------------- .. code-block:: bash pip install csvsmith Install in editable mode ------------------------ If you want to contribute or use the latest development version: .. code-block:: bash git clone https://github.com/yeiichi/csvsmith.git cd csvsmith pip install -e . Notes ----- - Supported Python versions: Python 3.10 or higher. - Dependencies: `openpyxl` (for Excel support).