NB I can't get the demo script to run and the grid doesn't work in ELiDE. This could be due to misinstalling (ie these instructions are wrong), or another error.
Here's the error I got:
ed@Eds-MacBook-Pro ~/p/LiSE (master)> python3 polygons.py
Traceback (most recent call last):
File "/Users/ed/personal-dev/LiSE/polygons.py", line 1, in <module>
from LiSE.character import grid_2d_8graphs
ImportError: cannot import name 'grid_2d_8graphs' from 'LiSE.character' (/Users/ed/Library/Python/3.9/lib/python/site-packages/LiSE/character.py)
NB I can't get the demo script to run and the grid doesn't work in ELiDE. This could be due to misinstalling (ie these instructions are wrong), or another error.
Here's the error I got: