diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-03-03 02:36:22 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-03-03 02:36:22 +0000 |
| commit | f18364ec6522466afbdd64bdf563a54c9e6e4db9 (patch) | |
| tree | 9bee7890ee256e999327813c00f0d80cd73b2c11 /docs/source/installation.rst | |
| parent | faadd4e4eb901f7a49128b3b7e6a0a3ffbcd4664 (diff) | |
| download | GolemFlavor-f18364ec6522466afbdd64bdf563a54c9e6e4db9.tar.gz GolemFlavor-f18364ec6522466afbdd64bdf563a54c9e6e4db9.zip | |
documentation
Diffstat (limited to 'docs/source/installation.rst')
| -rw-r--r-- | docs/source/installation.rst | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 51a9e01..99841fa 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -5,3 +5,51 @@ ************ Installation ************ + +--- +Pip +--- + +GolemFlavor can be installed using ``pip``: + +.. code-block:: bash + + pip install git+https://github.com/ShiveshM/GolemFlavor.git + +This installs GolemFlavor, along with all the necessary dependencies such as +NumPy and SciPy. + +GolemFlavor uses the IceCube software `GolemFit: The HESE +fitter <https://github.com/IceCubeOpenSource/GolemFit>`_ to fit with IceCube +Astrophysical Flavor data. This software is proprietary and so access is +currently limited to IceCube collaborators. A simple Gaussian likelihood can be +used as a substitute for test purposes if this requirement is not found. + +------------ +Dependencies +------------ + +GolemFlavor has the following dependencies: + +- `Python <https://www.python.org/>`_ >= 2.7 or >= 3.4 +- `NumPy <http://www.numpy.org/>`_ +- `SciPy <https://www.scipy.org/>`_ +- `Six <https://six.readthedocs.io/>`_ +- `mpmath <http://mpmath.org/>`_ +- `emcee <https://emcee.readthedocs.io/en/stable/>`_ +- `PyMultiNest <https://johannesbuchner.github.io/PyMultiNest/>`_ +- `tqdm <https://tqdm.github.io/>`_ +- `Shapely <https://shapely.readthedocs.io/en/latest/manual.html>`_ +- `Matplotlib <https://matplotlib.org/>`_ +- `python-ternary <https://github.com/marcharper/python-ternary>`_ +- `GetDist <https://getdist.readthedocs.io/en/latest/>`_ + +You can use ``pip`` to install the above automatically. Note that ``PyMultiNest`` +requires the ``MultiNest`` Bayesian inference library, see [the `PyMultiNest +documentation +<https://johannesbuchner.github.io/PyMultiNest/install.html#prerequisites-for-building-the-libraries>`_ +for install instructions. + +Additional dependencies: + +- `GolemFit <https://github.com/IceCubeOpenSource/GolemFit>`_ |
