Installation
The following instructions will allow you to install OMMBV.
Prerequisites
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
Using pypi
pip install OMMBV
OMMBV may also be installed directly from the source repository on github:
Clone the git repository:
git clone https://github.com/CosmicStudioSoftware/OMMBV.git
Install OMMBV:
cd OMMBV pip install --user .