Installation#

Attention

We highly recommend using a virtual environment to manage your Python packages and avoid conflicts with other projects. For the best results, we recommend using condavia Miniforge (preferred), Miniconda, or Anaconda – to create and manage your virtual environments.

To get started with psi-io, you can install it directly from PyPI:

pip install psi-io

Required Dependencies#

Optional Dependencies#

  • matplotlib (viz. for running examples)

  • pooch (viz. for running examples)

  • pyhdf (for HDF4 support)

  • scipy (for advanced interpolation methods)