Assumes installation and setup is done in backend/README.md
Run API with:
uv run --package wps-api python -m app.mainCode must pass all unit tests.
uv run pytestPoetry can't install rpy2
Error: ld: library not found for -lpcre2-8
pcre2 should be installed after running mac.sh. This can be verified by running
brew list pcre2export LIBRARY_PATH="/opt/homebrew/Cellar/pcre2/10.42/lib/:$LIBRARY_PATH"