- Inside your Kolibri virtual environment:
pip install kolibri_endless_key_theme
- Activate the plugin and disable the default theme (as only one theme can be active at once):
kolibri plugin enable kolibri_endless_key_theme
kolibri plugin disable default_theme
- Restart Kolibri.
- Download this repo.
- Open a terminal in your Kolibri repo.
- Run the following commands:
pip install -e <LOCAL-PATH-TO-REPO>
kolibri plugin enable kolibri_endless_key_theme
kolibri plugin disable default_theme
- Then run the commands to install frontend packages in Kolibri, this plugin will have its dependencies recursively installed.
Follow the instructions above to install the plugin for development.
From the Kolibri directory run the frontend build command.
Update setup.py to a newer version.
In the terminal move to the root level of repo dir and run the following command to publish to PyPi:
make release