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


Installing stable version
-------------------------
GalSyn is available as a package on PyPI and can be installed by executing the following command:

.. code-block:: bash
    
    pip install galsyn


Installing development version
------------------------------
If you want to install the most recent version of GalSyn, you can clone it from its GitHub repository and install:

.. code-block:: bash
    
    git clone https://github.com/aabdurrouf/GalSyn.git
    cd GalSyn
    python -m pip install .