From 8eaff9c1f9812114902fe6696c7e90df035d18e6 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Mon, 17 Jun 2024 20:39:47 +0200 Subject: [PATCH] reset readme --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 003771180..50b5195ad 100644 --- a/README.md +++ b/README.md @@ -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 +python scripts/editProperties.py +``` In addition, this repo uses pre-commit to check styling.