- Inside your Kolibri virtual environment:
pip install kolibri_sentry_plugin
Activate the plugin:
kolibri plugin enable kolibri_sentry_plugin
Restart Kolibri.
Download this repo.
Open terminal in your Kolibri repo.
run the following commands:
pip install -e <LOCAL-PATH-TO-REPO>
kolibri plugin enable kolibri_sentry_plugin
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