Installing xrayΒΆ

Required dependencies:

  • Python 2.6, 2.7 or 3.3
  • 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 automatically update them.