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