Installing xrayΒΆ

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:

The easiest way to get all these dependencies installed is to use the Anaconda python distribution.

To install xray, use pip:

pip install xray

Warning

If you don’t already have recent versions of numpy and pandas installed, installing xray will attempt to automatically update them. This may or may not succeed: you probably want to ensure you have an up-to-date installs of numpy and pandas before attempting to install xray.