Installation
Using uv (Recommended)
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install datadivr
uv pip install datadivr
Running Without Installation
You can run datadivr directly without installing using uvx
:
Development
For information about setting up a development environment, running tests, and contributing to the project, please see our Contributing Guide.