From f18364ec6522466afbdd64bdf563a54c9e6e4db9 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Tue, 3 Mar 2020 02:36:22 +0000 Subject: documentation --- docs/source/installation.rst | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'docs/source/installation.rst') 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 `_ 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 `_ >= 2.7 or >= 3.4 +- `NumPy `_ +- `SciPy `_ +- `Six `_ +- `mpmath `_ +- `emcee `_ +- `PyMultiNest `_ +- `tqdm `_ +- `Shapely `_ +- `Matplotlib `_ +- `python-ternary `_ +- `GetDist `_ + +You can use ``pip`` to install the above automatically. Note that ``PyMultiNest`` +requires the ``MultiNest`` Bayesian inference library, see [the `PyMultiNest +documentation +`_ +for install instructions. + +Additional dependencies: + +- `GolemFit `_ -- cgit v1.2.3