Installation¶
There are a few methods available for installation, giving the user varies levels of control.
pip¶
Installing with pip is a one-liner:
pip install kombine
Or, if you don’t have admin privileges:
pip install --user kombine
Development Version¶
The source repository can be cloned from github:
git clone https://github.com/bfarr/kombine.git
and installed with:
python setup.py install