Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
document installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Oct 22, 2021
1 parent 2762ebb commit bd3f84b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Hierarchical Poisson Factorization
This module provides a LensKit bridge to the hpfrec_ library implementing hierarchical Poisson
factorization :cite:p:`Gopalan2013-ko`.

To install (after we have cut a release), run::
pip install lenskit-hpf

We do **not** provide a Conda package, because hpfrec_ is not packaged for Conda. You can
use ``pip`` to install this package in your Anaconda environment after installing LensKit
itself with ``conda``.

.. _hpfrec: https://hpfrec.readthedocs.io/en/latest/

.. autoclass:: HPF
Expand Down

0 comments on commit bd3f84b

Please sign in to comment.