.. highlight:: shell ============ Installation ============ Stable release -------------- To install the HEYKUBE library, run this command in your terminal: .. code-block:: console $ 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: .. code-block:: console $ git clone git://github.com/mtouzot/heykube-python Once you have a copy of the source, you can install it with: .. code-block:: console $ cd heykube-python $ pip3 install -e .