Skip to content

Install¤

msl-io is available for installation via the Python Package Index

pip install msl-io

Dependencies¤

  • Python 3.9+
  • 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 certain files

To include h5py when installing msl-io run

pip install msl-io[h5py]

To include the Google-API packages run

pip install msl-io[google]