Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 482 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 482 Bytes

Warning This repository has been merged into https://github.com/BioImage-Archive/bia-integrator, and is now archived.

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.