Installation

Python version support

turntable requires Python 2.7.x. It is not tested to work with Python 3.x.

  1. Install using pip as follows:

    pip install turntable
    
  2. Test the installation. You can test your turntable installation with the following commands in terminal:

    python
    >>> import turntable
    

Dependencies

All the dependencies are taken care of in the setup file.

For windows, .exe downloads of dependencies can be found at this link: http://www.lfd.uci.edu/~gohlke/pythonlibs/

The following packages are installed:

  • pandas