Demonstrating various CellProfiler development or implementations.
Perform the following steps to setup a Python development environment.
- Install Python (we recommend using
pyenvor similar) - Install uv
- Install the environment:
uv sync
We use Poe the Poet for processing various tasks within this repo. Poe the Poet is included as an environment dependency and may be used as follows:
# show existing tasks
uv run poe
# run a specific task
uv run poe <task name>