Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 600 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 600 Bytes

kle_manager

Web app for managing stored keyboard-layout-editor.com layouts.

Usage

TBD

Development

To get started developing on this app use the setup-virtualenv.sh script to setup a python virtualenv. If it picks the wrong version of python you can use PYTHON_VERSION=3.5 setup-virtualenv.sh.

$ PYTHON_VERSION=3.5 ./setup-virtualenv.sh
$ source activate-3.5

If you want to develop against a non-released version of kle2xy or kle2svg you can use one or both of these pip commands after activating your virtualenv:

pip install -e ../kle2xy
pip install -e ../kle2svg