Installation and Requirements

pytracks was developed on and is officially supported by Python 3.4 (or above). Python 3.0-3.3 may be supported. Python 2.x is not supported.

Dependencies

  1. numpy
  2. matplotlib

Local Installation

Simply extract the archive into your project directory. Then reference pytracks as just another module:

import pytracks

Global Installation

This is the recommended method to install pytracks.

To use this method you should install python_setuptools via your package manager.

You can install it via the command:

$ sudo easy_install pytracks