Installing qpretrieve

qpretrieve is written in pure Python and supports Python version 3.10 and higher. qpretrieve depends on several other scientific Python packages, including:

To install qpretrieve, use one of the following methods (package dependencies will be installed automatically):

  • from PyPI:

    pip install qpretrieve

  • from sources:

    pip install -e . or