Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 744 Bytes

installation.rst

File metadata and controls

33 lines (20 loc) · 744 Bytes

Installation

Conda

The latest release version of the module, along with any dependencies, can be downloaded and installed using conda:

conda install -c conda-forge ncas-amof-netcdf-template

Pip

The latest release version is also availalbe through pip:

pip install ncas-amof-netcdf-template

GitHub

Alternatively, the latest version of the module can be downloaded from GitHub:

git clone https://github.com/joshua-hampton/ncas_amof_netcdf_template.git
cd ncas_amof_netcdf_template
pip install .

Previous release versions can also be found through GitHub.