Run pip install pyytlounge
.
Activate virtual environment:
- create
python -m venv .venv
- activate
source .venv/bin/activate
- install package and its requirements
pip install -e .[dev]
Mypy is used for type checking and is required to pass in the workflow. For formatting ruff is used.
python test.py
will run an interactive demo.
View documentation on readthedocs.io.
See CHANGELOG.