Additional utilities for click.
consolekit can be installed from PyPI or Anaconda.
To install with pip:
$ python -m pip install consolekit
To install with conda:
$ conda install -c conda-forge consolekit
Additionally, for better support in terminals,
install psutil by specifying the terminals extra:
$ python -m pip install consolekit[terminals]
or, if you installed consolekit through conda:
$ conda install -c conda-forge psutil