InstallationΒΆ

Required dependencies:

  • Python 2.6, 2.7, 3.3 or 3.4
  • numpy (1.7 or later)
  • pandas (0.13.1 or later)

Optional dependencies:

Before you install xray, be sure you have the required dependencies installed. The easiest way to do so is to use the Anaconda python distribution.

To install xray, use pip:

pip install xray

To run the test suite after installing xray, install nose and run nosetests xray.