Installation¶
In order to install the AddOn, you have to first clone the Blender repository
git clone https://github.com/genn-team/neuron_visualisation.git
Next, you can install it in your Blender by selecting File>User Preferences...>Add-ons>Install Add-on from File...
and pointing to __init__.py
inside the neuron_visualisation\neuron_visualization_addon
folder.

Make sure that you enabled that AddOn by checking the checkbox next it.
Additionally, you need to install the dependencies: https://libneuroml.readthedocs.io/en/latest/install.html
The requirements will be installed in your system’s python folder, so you will need to export it into Blender’s python since this folder is not shared.