How to download and setup imagick
Open terminal and run command
git clone https://github.com/gographics/imagick.git
git clone is used to create a copy or clone of imagick 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 imagick https://github.com/gographics/imagick/archive/master.zip
Or simply clone imagick with SSH
[email protected]:gographics/imagick.git