Installation

Install using pip

This is the easiest way to obtain the mist.client package:

pip install mist

You now have the mistclient module and the mist command line tool installed.

Note

You may have to install ansible separately: pip install ansible, prior to installing mist.

Clone from Github

mist is an opensource project and can be found here on its github page: https://github.com/mistio/mist.client

git clone https://github.com/mistio/mist.client

Install mist.client:

python setup.py install

Install for development:

python setup.py develop