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


Installation    
------------

To install the package, you can use pip

.. code:: ipython3

    pip install pyemb

To install the package from source, clone the repository and run

.. code:: ipython3
    
        git clone   
        cd pyemb  
        pip install -e .    

