Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 553 Bytes

File metadata and controls

30 lines (20 loc) · 553 Bytes

Assumes installation and setup is done in backend/README.md

Run API with:

uv run --package wps-api python -m app.main

Testing

Code must pass all unit tests.

uv run pytest

Troubleshooting

Poetry 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 pcre2
export LIBRARY_PATH="/opt/homebrew/Cellar/pcre2/10.42/lib/:$LIBRARY_PATH"