.. _installation:

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


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

.. The package  can be installed with ``pip``:

.. .. code-block:: console

..     $ pip install excalibuhr

.. To update to the most recent version:

.. .. code-block:: console

..    $ pip install --upgrade excalibuhr


Installation from source
------------------------

Cloning the repository:

.. code-block:: console

    $ git clone https://github.com/yapenzhang/excalibuhr.git

Then install the package by running ``pip`` in the local repository folder:

.. code-block:: console

    $ python -m pip install -e .

To get updates from the github repository:

.. code-block:: console

    $ git pull origin main