Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.17 KB

DeepCell Toolbox Banner

Build Status Coverage Status License PyPI version Python Versions

A collection of tools for processing data for deepcell-tf.

Developer instructions

Feel free to use your preferred developer tools. Here is a simple workflow using standard tools.

From the deepcell-toolbox checkout, run:

python3.10 -m venv .venv
source .venv/bin/activate

pip install -e .

# Run unit tests
pytest --pyargs deecell_toolbox