InstallationΒΆ

This package uses distutils, which is the default way of installing python modules.

The dependencies are:

All of these dependencies can be installed at once using Anaconda

The easiest way to install iced is using pip:

pip install -U iced

You can also download the code from Github and install in your home directory, use:

python setup.py install --user