1633 Forks
11172 Stars
11172 Watchers

dask

Parallel computing with task scheduling

How to download and setup dask

Open terminal and run command
git clone https://github.com/dask/dask.git
git clone is used to create a copy or clone of dask repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with dask https://github.com/dask/dask/archive/master.zip

Or simply clone dask with SSH
[email protected]:dask/dask.git

If you have some problems with dask

You may open issue on dask support forum (system) here: https://github.com/dask/dask/issues