Installation

From PyPI

To install pyAOBS, run this command in your terminal:

$ pip install pyAOBS

This is the preferred method to install pyAOBS, as it will always install the most recent stable release.

From Source

The sources for pyAOBS can be downloaded from the Github repo.

You can clone the public repository:

$ git clone git://github.com/go223-pyAOBS/pyAOBS

Once you have a copy of the source, you can install it with:

$ cd pyAOBS
$ pip install -e .

Dependencies

pyAOBS requires the following Python packages:

  • numpy >= 1.20.0

  • xarray >= 0.16.0

  • scipy >= 1.6.0

  • matplotlib >= 3.3.0

  • pandas >= 1.2.0

  • pygmt >= 0.5.0