Installation

For now, most people are expected to use talon as developers and should install it by moving into the root talon directory and running:

python setup.py develop

To make sure talon was installed correctly, test it by running:

python -m unittest

You should see that a number of tests were run and no errors occurred.