.. _installation: :github_url: https://github.com/ShiveshM/GolemFlavor ************ 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 `_