How to Install¶
From source¶
DGFit can be installed from the source code in the normal
python fashion after downloading it from the git repo:
.. code-block:: console
pip install -e .
Using pip¶
DGFit can also be installed using pip:
# from the master trunk on the repository, considered developmental code
pip install git+https://github.com/karllark/DGFit.git