TacticalMetaphysics / LiSE

Rules-based engine for life sims, with time travel
GNU Affero General Public License v3.0
116 stars 9 forks source link

Update README with Mac installation instructions #77

Closed UsAndRufus closed 3 years ago

UsAndRufus commented 3 years ago

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)
clayote commented 3 years ago

It's supposed to be grid_2d_8graph, not plural. Did I write grid_2d_8graphs somewhere?