Skip to content

Commit

Permalink
Add some context on getinfo functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Apr 9, 2024
1 parent c2933e1 commit cbb2ff0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ For example, when supporting a user who's reporting an issue, a WaterTAP develop
- What processor architecture?
- What other Python packages are installed? What versions?
**getinfo** makes this process easier, by:
- Automating the collection of information (as opposed to the maintainer having to provide the commands to run, and the user having to run them)
- Collating the output in a standardized text format, so that e.g. outputs from different environments can be compared (or even `diff`ed) directly
## How do I use getinfo?
1. Download `getinfo.py` from the following link: https://github.com/watertap-org/getinfo/raw/main/getinfo.py
Expand Down

0 comments on commit cbb2ff0

Please sign in to comment.