Installation:

Add the following to your Emacs init file:

(require 'helm-spaces)  ;; Not necessary if using ELPA package
(global-set-key (kbd "C-c s") 'helm-spaces)

That's all.