You need Python 3.6 installed with pip support.
For installing all the required dependencies, you can use:
pip3 install --user -r requirements.txt
./launch.sh
: run from source./test.sh
: run tests./setup.py bdist_app
: build an application bundle./setup.py bdist_dmg
: create a disk image
To grab user inputs and use the keyboard as a steno machine, Plover requires Assistive Devices permissions to be granted (instructions included).
When running from source, your terminal application must be granted Assistive Devices permissions.
If you are running from an application bundle (both in development and for releases), every new build will require re-granting the permissions.