mirror of
https://github.com/researchobjectschema/ro-crate-interoperability-profile.git
synced 2026-03-08 01:37:46 +01:00
15 lines
255 B
Markdown
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 .
|
|
``` |