Everything required for Plover development can automatically be installed by executing: windows\setup.bat
.
It is best to develop using 32 bit tools for Plover.
Note: Python 2.7.9+ comes with pip
Most dependencies can be retrieved with pip:
python setup.py write_requirements
pip install -r requirements.txt
To run from source, from the root of the Git repository, use launch.bat
.
To build to an exe
, you can pip install pyinstaller
. Then, run python windows\helper.py dist
; the result will be in dist
.