Installation
Important
We currently only support Linux/MacOS installations
A- Installation using pip
Option 1: Installing from pypi repository [Stable Version]
To install icedata package together with all dependencies:
$ pip install icedata
Option 2: Installing an editable package locally [For Developers]
Note
This method is used by developers who are usually either:
-
actively contributing to
icedata
project by adding new features or fixing bugs, or -
creating their own extensions, and making sure that their source code stay in sync with the
icedata
latest version.
Clone the repo and install the package:
$ git clone --depth=1 https://github.com/airctic/icedata.git
$ cd icedata
$ pip install -e ".[dev]"
$ pip install git+git://github.com/airctic/icedata.git --upgrade
$ conda create -n ice python=3.8 anaconda
$ conda activate ice
$ pip install git+git://github.com/airctic/icedata.git#egg=icedata