View on GitHub

mooda

Module for Ocean Observatory Data Analysis - Python package

Installing mooda

Installing from PyPI

mooda can be installed via pip from PyPI.

pip install mooda

Installing from GitHub releases

In Github, we release alpha and beta versions. Go to the release folder, copy the link address of the gz.tar file and then, use pip to instal mooda.

Example:

pip install https://github.com/rbardaji/mooda/archive/v0.2.0-alpha1.tar.gz

Installing from source

You can download the current github directory and install mooda via pip.

pip install <path of the mooda zip folder>

example:

pip install downloads/mooda-master.zip

or, you can open a terminal, go to the unzipped mooda folder and write:

pip install .

Return to the Docs Index.