Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 936 Bytes

README.rst

File metadata and controls

35 lines (23 loc) · 936 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

Build and publish to PyPI with twine:

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