geojeff / kivy-statecharts

A port of the Ki/SC Statechart framework to Python for use in Kivy projects
Other
13 stars 6 forks source link

documentation for quick running for mac should be better #3

Open tcab opened 10 years ago

tcab commented 10 years ago

On the mac, the instructions in the readme

PYTHONPATH=/path/to/kivy_statecharts python main.py

did not work. Instead I had to

export PYTHONPATH=/Users/andy/Desktop/kivy-examples/kivy-statecharts-master kivy main.py

Note that it should be made clear that the path is the kivy-statecharts-master directory (or whatever its names) and not the package directory kivy_statecharts within. This might trip up people too.

Users need to of course generate the kivy script during the install process.

geojeff commented 10 years ago

Thanks for this note. The approach may indeed take a script to prepare the environment.