Install MSL-IO

To install MSL-IO run

pip install msl-io

Alternatively, using the MSL Package Manager run

msl install io

Dependencies

  • Python 3.8+

  • numpy

  • xlrd (bundled with MSL-IO)

Optional Dependencies

The following packages are not automatically installed when MSL-IO is installed but may be required to read some data files.

To include h5py when installing MSL-IO run

msl install io[h5py]

To include the Google-API packages when installing MSL-IO run

msl install io[google]