Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 870 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 870 Bytes

Mac Development

Environment setup

You need Python 3.6 installed with pip support.

For installing all the required dependencies, you can use:

pip3 install --user -r requirements.txt

Development helpers

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

Gotcha: Assistive Devices Permissions

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.