Installation Quickstart
-----------------------

Until we publish this package on pypi, users can install it using the following sequence of commands
from the source code that is stored on github
::

   git clone https://github.com/alexander-group/syncfit.git
   cd syncfit
   python3 -m pip install .

