Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 354 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 354 Bytes

BIA Integrator Core

Core components of the BioImage Archive integration API.

Setup

This project is structured as a Python package and can be installed with recent version of pip using:

pip install -e .

(to install in editable mode).

Tests

Install pytest, then:

pytest

In the root directory of the project.