Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 943 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 943 Bytes

Plover Midi4Text

Midi4Text English orthographic system implementation for Plover.

Warning: Updating the plugin does not always update the default dictionaries to their latest versions. Check in the plugin repository or here for the most up to date versions of the dictionary files.

Development

Update README.rst with pandoc:

pandoc README.md -o README.rst

Install dependencies with pipenv:

pipenv install --dev

Update dictionary files:

pipenv run python update_dictionaries.py

Build and publish to PyPI with twine:

pipenv run python setup.py sdist bdist_wheel
pipenv run twine upload dist/*