The installer will install IMP under a directory of your choosing.
For example, the FoXS fitting program is installed in the 'bin' subdirectory,
so can be run simply by opening a Command Prompt, changing to this bin
directory (or adding it to your PATH), and typing 'foxs'.

The IMP Python libraries are automatically set up to work with Python 2.6
or Python 2.7. (You need to download Python separately from www.python.org
and install it; be sure to get the 64-bit version of Python if you installed
the 64-bit version of IMP, and likewise for the 32-bit version - you can't
mix and match.) Note that IMP does *not* work with Python 3.

One easy way to run IMP Python scripts is to open them in
Python's IDLE program and run them by pressing F5.
