Installation
Requirements
xinvert is compatible with python 3 (>= version 3.6). It requires xarray dask numpy and numba.
Installation from conda forge
xinvert can be installed via conda forge:
conda install -c conda-forge xinvert
Installation from pip
One can do this by using pip:
pip install xinvert
This will install the latest release from pypi.
Installation from github
xinvert is still under active development. To obtain the latest development version, you may clone the source repository and install it:
git clone https://github.com/miniufo/xinvert.git
cd xinvert
python setup.py install
or simply:
pip install git+https://github.com/miniufo/xinvert.git
How to run the notebooks
If you want to run the example notebooks in this documentation, you will need a few extra dependencies that you can install via::
conda env create -f environment.yml
conda activate xinvert