Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 450 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 450 Bytes

omero-utils

Python and jupyter scripts, widgets and utilities for interacting with omero.

Install

git clone git@github.com:centuri-engineering/omero-utils.git
cd omero-utils
# you can install the listed dependecies instead
conda create -f environment.yml
conda activate omero
# if you want to use jupyter lab
jupyter labextension install bqplot
# install in developement mode
pip install -e .
# just install
python setup.py install