Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.04 KB

installation.rst

File metadata and controls

34 lines (18 loc) · 1.04 KB

Installation

Note

It is recommended to install PyTorch before installing nessai. See the PyTorch documentation for how to install the correct version.

.. tabs::

     .. code-tab:: console conda

        conda install -c conda-forge -c pytorch nessai

     .. code-tab:: console pip

        pip install nessai


This will install the dependencies needed but the version of PyTorch will not necessarily be the correct version for your system.

Nessai for development

To install nessai for development purposes see the contribution guidelines.

Using nessai with bilby

nessai is included in bilby version 1.1.0 onwards. For instructions on how to install bilby see here.

For examples of how to run nessai via bilby see the examples directory.