Installation#

Installing stable version#

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

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:

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