Getting the project
Fork
Fork your own copy of the Console repository to your account
Clone
Get a copy of your recently cloned version of console in your machine.
$ git clone [email protected]:[your-git-user-here]/DrupalConsole.git
Install dependencies
Now that you have cloned the project, you need to download dependencies via Composer.
$ cd /path/to/DrupalConsole
$ composer install