Demonstrating various CellProfiler development or implementations.
Perform the following steps to setup a Python development environment.
- Install Python (we recommend using
pyenv
or similar) - Install Poetry
- Install Poetry Environment:
poetry install
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
poetry run poe
# run a specific task
poetry run poe <task name>