Skip to content

Commit

Permalink
reset readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jun 17, 2024
1 parent e884535 commit 8eaff9c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,18 @@ The content of this repository is distributed under the [Apache 2.0 license](./L
https://github.com/ReproNim/reproschema/graphs/contributors

### Developer notes

To run the Python scripts in the scripts directory,
you will need to install the following libraries via pip
To run the Python scripts in the scripts directory, you will need to install the
following libraries via pip

- reproschema (makeRelease.py)
- pytablewriter (editProperties.py)

A new release can be triggered by making a [Github release](https://github.com/ReproNim/reproschema/releases).
To make a new release:

## Style guide
```bash
python scripts/makeRelease.py <version>
python scripts/editProperties.py <version>
```

In addition, this repo uses pre-commit to check styling.

Expand Down

0 comments on commit 8eaff9c

Please sign in to comment.