Installation¶
Install from PyPI¶
pip install csvsmith
Install in editable mode¶
If you want to contribute or use the latest development version:
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).