Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 489 Bytes

INSTALL.md

File metadata and controls

15 lines (10 loc) · 489 Bytes

Installation

We recommend you use uv for managing virtual environments and Python versions.

Once you have uv installed, you can clone this repository and install the package in a fresh virtual environment with:

git clone [email protected]:datalab-org/datalab-app-plugin-nsitu
cd datalab-app-plugin-insitu
uv sync --all-extras --dev

Development installation

You can activate pre-commit in your local repository with uv run pre-commit install.