Keep in mind that the GarlicSim project is comprised of three packages: garlicsim, garlicsim_lib and garlicsim_wx. garlicsim is the core logic, garlicsim_lib is a collection of simpacks, and garlicsim_wx is a wxPython-based GUI.
You don’t have to install all of them. You may install only the first one, or only the first two, or all three, depending on which functionality you want.
And for users of Python 2.5 only:
Optional but recommended:
You may choose from one of these installation methods:
You can use pip in the standard way to install:
and/or
and/or
GarlicSim is pure-Python and thus doesn’t require building. These are the three source packages:
You may use the standard python setup.py install to install.
In order to start the GUI after you install it, run the GarlicSim.py script which is located in your Python scripts folder. On Windows it’s done like this:
c:\> c:\python26\Scripts\GarlicSim.py