p-vdp commented on issue #218: URL: https://github.com/apache/sedona-db/issues/218#issuecomment-3419906805
@paleolimbot I asked because I've been using [Pixi](https://pixi.sh/latest/) a lot for complex environments like this, and the nice thing is you can configure task commands. For example you could set up the `pixi.toml` so that running `pixi run test` in the shell executes something like `maturin develop && pytest -vv` @Pavan-Nambi Pixi uses uv under the hood for PyPI dependencies so you get that for free as well! If there's not a strong preference then for the [docs](https://github.com/apache/sedona-db/blob/3d756644caccd33d7a2bba41e646924caddd3203/CONTRIBUTING.md?plain=1#L167) then I suppose it makes sense to just recommend the standard `pip install -e ".[test]"` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
