Additional utilities for click.
Docs | |
---|---|
Tests | |
PyPI | |
Anaconda | |
Activity | |
QA | |
Other |
consolekit
can be installed from PyPI or Anaconda.
To install with pip
:
$ python -m pip install consolekit
To install with conda
:
- First add the required channels
$ conda config --add channels https://conda.anaconda.org/conda-forge $ conda config --add channels https://conda.anaconda.org/domdfcoding
- Then install
$ conda install 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