Installation

Install using pip

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

pip install mist.client

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

Clone from Github

mist.client 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