Installation
============

Installation using git
------------------------

You can clone the package from Github and install the package manually (recommended for development and latest features).

.. code-block:: bash

    git clone https://github.com/eeroqlab/zeroheliumkit.git
    cd zeroheliumkit
    pip install -r requirements.txt
    pip install -e .


Installation from PyPI
----------------------

You can install the latest release of ZeroHeliumKit directly from PyPI using pip:

.. code-block:: bash

    pip install zeroheliumkit

Check back here for more installation updates.
