hi,
after installing garden with
pip install kivy-garden on my Mac its not possible to run run garden from terminal.
I can find a garden.bat (I think this is for Windows) but there is no garden bin-file to find.
arno$ python3.9 -m pip show kivy_garden
gives:
Name: Kivy-Garden
Version: 0.1.5
Summary: UNKNOWN
Home-page:
Author:
Author-email:
License: MIT
Location: /Users/arno/kivy_venv/lib/python3.9/site-packages
Requires: requests
Required-by: Kivy
(kivy_venv) (base) MacBook-Air-von-Arno:~ arno$
Installing the above path in ~/.bash_profile doesn't help.
Thanks for help :)