This package uses distutils, which is the default way of installing python modules.
The dependencies are:
- python (>= 3.6)
- setuptools
- numpy (>= 1.16)
- scipy (>= 0.19)
- pandas
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