Skip to content

Commit cce64f0

Browse files
authored
Update README.md
Requires python3.12 or greater.
1 parent 912762d commit cce64f0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ pip3 install argparse logging pandas numpy seaborn matplotlib pathlib
3737
## Running heatcluster.py
3838

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

5254
Examples:
5355
```
54-
heatcluster.py -i test/small_matrix.csv -o small_matrix -t png
56+
python heatcluster.py -i test/small_matrix.csv -o small_matrix -t png
5557
```
5658

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

5961
```
60-
heatcluster.py -i test/large_matrix.csv -o large_matrix
62+
python heatcluster.py -i test/large_matrix.csv -o large_matrix
6163
```
6264

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

0 commit comments

Comments
 (0)