Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 634 Bytes

BUILDING.md

File metadata and controls

42 lines (26 loc) · 634 Bytes

Building

Build

  1. Install uv
uv sync
uv build

Publish

_Get token from https://pypi.org/manage/account/token/ _

UV_PUBLISH_TOKEN="your pypi token" uv publish

Add --repository testpypi to upload to test repository

Run example

uv sync
uv run examples/play.py

See https://bootphon.github.io/phonemizer/install.html

Enable Logging

Set LOG_LEVEL=DEBUG environment variable.

Gotchas

On Linux you will need PortAudio and LibSound packages

sudo apt install -y libasound-dev libportaudio2