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