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