Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Requires python3.12 or greater.
  • Loading branch information
DrB-S authored Sep 4, 2024
1 parent 912762d commit cce64f0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ pip3 install argparse logging pandas numpy seaborn matplotlib pathlib
## Running heatcluster.py

```
usage: heatcluster.py [-h] -i INPUT [-o OUT] [-t TYPE] [-v]
usage: python heatcluster.py [-h] -i INPUT [-o OUT] [-t TYPE] [-v]
requires: python3.12+
options:
-h, --help show this help message and exit
Expand All @@ -51,13 +53,13 @@ Multiple test files are located in [test](./test) which can be used for troubles

Examples:
```
heatcluster.py -i test/small_matrix.csv -o small_matrix -t png
python heatcluster.py -i test/small_matrix.csv -o small_matrix -t png
```

This will generate a file called 'small_matrix.png'.

```
heatcluster.py -i test/large_matrix.csv -o large_matrix
python heatcluster.py -i test/large_matrix.csv -o large_matrix
```

This will generate a file called 'large_matrix.pdf' from a comma-delimited matrix.
Expand Down

0 comments on commit cce64f0

Please sign in to comment.