Installation

libskaro requires Python >= 3.5 and is known to work on Linux, Mac OS X, and Windows (with Cygwin).

Python Package Index (PyPI)

libskaro is listed in PyPI, and may be installed using pip:

pip3 install libskaro

Install from Source

The libskaro code is available from GitLab. Either download and extract a libskaro release archive, or clone the libskaro repository:

git clone https://gitlab.com/exarh-team/libskaro.git

Switch to the hangups directory and install the package:

cd hangups
python3 setup.py install