Skip to content

Commit 8eaff9c

Browse files
committed
reset readme
1 parent e884535 commit 8eaff9c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,18 @@ The content of this repository is distributed under the [Apache 2.0 license](./L
3535
https://github.com/ReproNim/reproschema/graphs/contributors
3636

3737
### Developer notes
38-
39-
To run the Python scripts in the scripts directory,
40-
you will need to install the following libraries via pip
38+
To run the Python scripts in the scripts directory, you will need to install the
39+
following libraries via pip
4140

4241
- reproschema (makeRelease.py)
42+
- pytablewriter (editProperties.py)
4343

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

46-
## Style guide
46+
```bash
47+
python scripts/makeRelease.py <version>
48+
python scripts/editProperties.py <version>
49+
```
4750

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

0 commit comments

Comments
 (0)