Installation#

From PyPI#

pip install nanoshot-stamp

To also install JupyterLab for running the example notebooks:

pip install "nanoshot-stamp[notebooks]"

With uv:

uv add nanoshot-stamp

# with Jupyter extras
uv add "nanoshot-stamp[notebooks]"

From Source#

git clone https://github.com/jwestraadt/STAMP.git
cd STAMP
uv sync --all-extras

Requirements#

  • Python 3.9 or later