Installation¶
Whistle is available on PyPI and can be installed using pip or uv.
Using pip¶
pip install whistle
Using uv¶
If you use uv for Python package management:
uv add whistle
Requirements¶
Python 3.10 or later
No external dependencies - Whistle is pure Python