Files
ro-crate-interoperability-p…/0.2.x/lib/python/lib-ro-crate-schema/README.md
2025-08-12 13:21:51 +02:00

15 lines
255 B
Markdown

# Placeholder
This is the Python implementation
## How to work on the project
1. Make sure you install `astral-uv`
2. Move to the project folder [here](./)
3. Run the following commands
```bash
uv venv
source .venv/bin/activate
uv pip install -e .
```