Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jun 17, 2024
1 parent ed9018a commit 730f298
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,15 @@ 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)

To make a new release:
A new release can be triggered by making a Github release:

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

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

Expand Down

0 comments on commit 730f298

Please sign in to comment.