Installation#

This installs the campmc third-party package from PyPI. Documentation: campmc.readthedocs.io.

For the original CAMP research repository, see danrongLi/CAMP.

From PyPI#

With pip:

$ pip install campmc

Or with uv:

$ uv add campmc

Requires Python ≥ 3.12.

Import#

import campmc as cp
import scanpy as sc

Next: User guide or Tutorials.

From a clone (development)#

$ git clone https://github.com/nictru/campmc.git
$ cd campmc
$ uv sync

Development tools (tests, linting, type checking):

$ uv sync --group dev

Documentation build dependencies:

$ uv sync --group doc
$ uv run sphinx-build -M html docs docs/_build

Open docs/_build/html/index.html in a browser.