.. _installation: ============ 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: .. code:: python python setup.py develop To make sure `talon` was installed correctly, test it by running: .. code:: python python -m unittest You should see that a number of tests were run and no errors occurred.