Install¤
msl-io is available for installation via the Python Package Index. It can be installed using a variety of package managers.
pip install msl-io
uv add msl-io
poetry add msl-io
pdm add msl-io
Dependencies¤
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]
uv add msl-io[h5py]
poetry add msl-io[h5py]
pdm add msl-io[h5py]
To include the Google-API packages run
pip install msl-io[google]
uv add msl-io[google]
poetry add msl-io[google]
pdm add msl-io[google]