Installation

Using pip

The pystassh library is hosted on pypi and can be installed with pip:

$ pip install pystassh

From the Sources

First download the code from the GitHub repository:

$ cd /tmp/
$ git clone https://github.com/julienc91/pystassh
$ cd pystassh/
$ python setup.py install