installationΒΆ

installing via pip:

$ [sudo] pip install stormssh

or if you like 90s:

$ [sudo] easy_install stormssh

or download and add storm directory to the your $PATH. E.g.

$ git clone git://github.com/emre/storm.git
$ export PATH=$PATH:`pwd`/storm/storm/bin/; storm

and install dependencies.