Enable use of libraspike-art by following the direction here.
If you are on a modern Linux you will probably want to create a venv:
python3 -m venv vpython3
source vpython3/bin/activate
or:
pypy3 -m venv vpypy3
source vpypy3/bin/activate
Build the bindings and install libraspike-art-python package:
pip install libraspike-art-python