Skip to content

Commit

Permalink
Merge pull request #778 from LSSTDESC/isitgr_read_doc_install_instruc…
Browse files Browse the repository at this point in the history
…tions

adding instructions to readthedocs for isitgr installation
  • Loading branch information
mishakb committed May 18, 2020
2 parents a8de7e9 + 9279b60 commit 565cea1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions readthedocs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,25 @@ An installation with ``pip`` should work as well. See the `CAMB <https://github.
repo for more details. Note that if you installed CCL with ``conda``, ``camb``
should already be in your environment.

ISiTGR
------

In order to use CCL with ``ISiTGR``, you need to install the ``ISiTGR`` ``Python``
wrapper ``isitgr`` with:

$ pip install isitgr [--user]

See further instructions `here <https://github.com/mishakb/ISiTGR>`_.

If you are working in a ``conda`` environment, then ``ISiTGR`` is also available via

.. code-block:: bash
$ conda install -c conda-forge isitgr
Note that if you installed CCL with ``conda``, ``isitgr``
should already be in your environment.

.. _getting-fast-pt:

Getting FAST-PT
Expand Down

0 comments on commit 565cea1

Please sign in to comment.