Installation

The following instructions will allow you to install OMMBV.

Prerequisites

powered by pysat Logo, blue planet with orbiting python

OMMBV uses common Python modules, as well as modules developed by and for the Space Physics community. pysat is an optional module, used by OMMBV to make it easy for satellite missions to add OMMBV results. This module officially supports Python 3.9+.

Common modules

Community modules

numpy

pysat (optional)

scipy

Installation Options

  1. Using pypi

    pip install OMMBV
    
  2. OMMBV may also be installed directly from the source repository on github:

    1. Clone the git repository:

      git clone https://github.com/CosmicStudioSoftware/OMMBV.git
      
    2. Install OMMBV:

      cd OMMBV
      pip install --user .