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.
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/*