Installation

Installation#

For more detailed guidance on setting up with conda/mamba (in case you do not have netCDF4 or other system dependencies, follow the installation section in the first tutorial guide)

Stable release#

To install IceNet, run this command in your terminal:

$ pip install icenet

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

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources#

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

You can either clone the public repository:

$ git clone git://github.com/icenet-ai/icenet

Or download the tarball:

$ curl -OJL https://github.com/icenet-ai/icenet/tarball/master

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

$ python setup.py install