Installation
# Recommended -- uv resolver
uv pip install "scitex-todo[all]"
# Plain pip also works
pip install scitex-todo
Requires Python >= 3.10.
Extras
Extra |
Adds |
|---|---|
|
Django + scitex-app / scitex-ui for |
|
Sphinx + RTD theme for building this documentation |
|
pytest, pytest-cov, scitex-dev (test + audit toolchain) |
|
everything above |
Rendering backends
PNG output from scitex-todo render-graph needs one of:
mmdc(mermaid-cli, with a puppeteer/playwright chromium) onPATH, oroutbound access to
kroki.io(the automatic fallback).
Printing the mermaid source (scitex-todo render-graph --print-mermaid)
needs neither.
Verify
python -c "import scitex_todo; print(scitex_todo.__version__)"
scitex-todo --help