Run a application
| Configuration | Index | Create an application |
In this document
Linux / MacOSX
1. Open a terminal
2. Go to the example directory
cd ~/code/pymt/examples/touchtracer
3. Execute the example with Python
python touchtracer.py
Windows
1. Open a terminal
cmd
2. Go to the example directory
cd "code\pymt\examples\touchtracer\"
3. Execute the example with Python
touchtracer.py
Make sure you have appended the path to your python installation e.g. ;c:\Python26\ to your system PATH variable.
