Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Development of a metadata schema for experimental data, specifically electrochem
## Install with pip for development

If you want to work on the metadata-schema itself, install [pixi](https://pixi.sh)
and get a copy of the latest unreleased version of the svgdigitizer:
and get a copy of the latest unreleased version of the metadata-schema:

```sh
git clone https://github.com/echemdb/metadata-schema.git
cd svgdigitizer
cd metadata-schema
```

To validate the example files, run
Expand Down