Note that this plugin requires Glue to be installed, and for now only works with Qt5.
You can install the latest developer version from the git repository using:
pip install https://github.com/glue-viz/glue-aladin/archive/master.zip
This will auto-register the plugin with Glue, and one of the available viewers will now be 'Aladin Lite Viewer'.
To run the tests, do:
py.test glue_aladin
at the root of the repository. This requires the pytest module to be installed.