Installation

Stable release

To install the HEYKUBE library, run this command in your terminal:

$ pip3 install heykube

This is the preferred method to install HEYKUBE, as it will always install the most recent stable release.

From sources

The sources for bleak can be downloaded from the Github repo

You can either clone the public repository:

$ git clone git://github.com/heykube/heykube-python

Once you have a copy of the source, you can install it with:

$ cd heykube-python
$ pip3 install -e .