Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 329 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 329 Bytes

Deephaven Plugin interface

The Deephaven Plugin interface.

Currently in development.

Build

To create your build / development environment:

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools build

To build:

python -m build --wheel

produces the wheel into dist/.