To install dask-image, run this command in your terminal:
$ conda install -c conda-forge dask-image
This is the preferred method to install dask-image, as it will always install the most recent stable release.
If you don't have conda installed, you can download and install it with the Anaconda distribution here.
Alternatively, you can install dask-image with pip:
$ pip install dask-image
If you don't have pip installed, this Python installation guide can guide you through the process.
http://docs.python-guide.org/en/latest/starting/installation/
The sources for dask-image can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/dask/dask-image
Or download the tarball:
$ curl -OL https://github.com/dask/dask-image/tarball/main
Once you have a copy of the source, you can install it with:
$ python setup.py install